From 928ff5c2d8cf199665f94eacb9bfda8751c794c4 Mon Sep 17 00:00:00 2001 From: Kagamiin~ Date: Tue, 24 Oct 2023 14:59:00 -0300 Subject: [PATCH] Removing placeholder --- src/gui/sysConf.cpp | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/src/gui/sysConf.cpp b/src/gui/sysConf.cpp index edfdc6730..813942d0c 100644 --- a/src/gui/sysConf.cpp +++ b/src/gui/sysConf.cpp @@ -2215,27 +2215,6 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl } break; } - case DIV_SYSTEM_ESFM: { - supportsCustomRate=false; - - // TODO: Remove the text below and uncomment the rest when overflow emulation is added to ESFMu - // (still under research) - ImGui::Text("nothing to configure"); - - // bool emulateOverflow=flags.getBool("emulateOverflow", false); - // - // if (ImGui::Checkbox("Enable overflow emulation", &emulateOverflow)) { - // altered=true; - // mustRender=true; - // } - // - // if (altered) { - // e->lockSave([&]() { - // flags.set("emulateOverflow", emulateOverflow); - // }); - // } - break; - } case DIV_SYSTEM_SWAN: case DIV_SYSTEM_BUBSYS_WSG: case DIV_SYSTEM_PET: @@ -2246,6 +2225,7 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl case DIV_SYSTEM_C219: break; case DIV_SYSTEM_YMU759: + case DIV_SYSTEM_ESFM: supportsCustomRate=false; ImGui::Text("nothing to configure"); break;