Add missing mustRender in bankswitch toggles in X1-010 and MSM6295
This commit is contained in:
parent
3d9f1b7f5c
commit
7defa61151
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue