From 7defa61151d7d6eeaf71c19ffada4a11cec52c82 Mon Sep 17 00:00:00 2001 From: cam900 Date: Tue, 30 Sep 2025 08:09:40 +0900 Subject: [PATCH] Add missing mustRender in bankswitch toggles in X1-010 and MSM6295 --- src/gui/sysConf.cpp | 2 ++ 1 file changed, 2 insertions(+) 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) {