GUI: fix Game Boy ins edit crashes
This commit is contained in:
parent
00ae5b4142
commit
b156336216
|
@ -3173,10 +3173,9 @@ void FurnaceGUI::drawInsEdit() {
|
||||||
ins->gb.hwSeqLen++;
|
ins->gb.hwSeqLen++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::EndChild();
|
|
||||||
ImGui::EndDisabled();
|
|
||||||
}
|
}
|
||||||
|
ImGui::EndChild();
|
||||||
|
ImGui::EndDisabled();
|
||||||
ImGui::EndTabItem();
|
ImGui::EndTabItem();
|
||||||
}
|
}
|
||||||
if (ins->type==DIV_INS_C64) if (ImGui::BeginTabItem("C64")) {
|
if (ins->type==DIV_INS_C64) if (ImGui::BeginTabItem("C64")) {
|
||||||
|
|
Loading…
Reference in a new issue