GUI: new colors for SM8521
This commit is contained in:
parent
7a04c2685c
commit
0dcdce2c6d
2 changed files with 2 additions and 2 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue