fix build
This commit is contained in:
parent
ef9fedb0b8
commit
6b684d655a
|
@ -72,7 +72,7 @@ void FurnaceGUI::drawDebug() {
|
||||||
for (int i=0; i<e->song.systemLen; i++) {
|
for (int i=0; i<e->song.systemLen; i++) {
|
||||||
void* ch=e->getDispatch(i);
|
void* ch=e->getDispatch(i);
|
||||||
ImGui::TextColored(uiColors[GUI_COLOR_ACCENT_PRIMARY],"Chip %d: %s",i,getSystemName(e->song.system[i]));
|
ImGui::TextColored(uiColors[GUI_COLOR_ACCENT_PRIMARY],"Chip %d: %s",i,getSystemName(e->song.system[i]));
|
||||||
if (e->song.system[i]==NULL) {
|
if (e->song.system[i]==DIV_SYSTEM_NULL) {
|
||||||
ImGui::Text("NULL");
|
ImGui::Text("NULL");
|
||||||
} else {
|
} else {
|
||||||
putDispatchChip(ch,e->song.system[i]);
|
putDispatchChip(ch,e->song.system[i]);
|
||||||
|
|
Loading…
Reference in a new issue