SID2, part 1

thanks LTVA
This commit is contained in:
tildearrow 2024-04-21 03:54:34 -05:00
parent ca5cf58d00
commit 1850968def
38 changed files with 7237 additions and 0 deletions

View file

@ -3751,6 +3751,7 @@ void FurnaceGUI::drawSettings() {
UI_COLOR_CONFIG(GUI_COLOR_INSTR_GBA_DMA,"GBA DMA");
UI_COLOR_CONFIG(GUI_COLOR_INSTR_GBA_MINMOD,"GBA MinMod");
UI_COLOR_CONFIG(GUI_COLOR_INSTR_BIFURCATOR,"Bifurcator");
UI_COLOR_CONFIG(GUI_COLOR_INSTR_SID2,"SID2");
UI_COLOR_CONFIG(GUI_COLOR_INSTR_UNKNOWN,"Other/Unknown");
ImGui::TreePop();
}