GUI: new colors for SM8521

This commit is contained in:
tildearrow 2023-02-11 19:15:14 -05:00
parent 7a04c2685c
commit 0dcdce2c6d
2 changed files with 2 additions and 2 deletions

View file

@ -432,7 +432,7 @@ void FurnaceGUI::drawInsList(bool asChild) {
break;
case DIV_INS_SM8521:
ImGui::PushStyleColor(ImGuiCol_Text,uiColors[GUI_COLOR_INSTR_SM8521]);
name=fmt::sprintf(ICON_FA_PIE_CHART "##_INS%d",i);
name=fmt::sprintf(ICON_FA_GAMEPAD "##_INS%d",i);
break;
default:
ImGui::PushStyleColor(ImGuiCol_Text,uiColors[GUI_COLOR_INSTR_UNKNOWN]);