diff --git a/src/gui/sysConf.cpp b/src/gui/sysConf.cpp index 7690a2671..1469fbfc6 100644 --- a/src/gui/sysConf.cpp +++ b/src/gui/sysConf.cpp @@ -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) {