Add missing mustRender in bankswitch toggles in X1-010 and MSM6295

This commit is contained in:
cam900 2025-09-30 08:09:40 +09:00 committed by GitHub
parent 3d9f1b7f5c
commit 7defa61151
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1242,6 +1242,7 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
if (ImGui::Checkbox(_("Bankswitched (Seta 2)"),&isBanked)) {
altered=true;
mustRender=true;
}
if (altered) {
@ -1743,6 +1744,7 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
if (ImGui::Checkbox(_("Bankswitched (NMK112)"),&isBanked)) {
altered=true;
mustRender=true;
}
if (altered) {