GUI: hide Defle chip compatibility stuff when disa

This commit is contained in:
tildearrow 2024-07-07 19:47:32 -05:00
parent 1a1b6f99b2
commit 202a2bc476

View file

@ -394,9 +394,11 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
} }
ImGui::Unindent(); ImGui::Unindent();
} }
if (enoughAlready) {
if (ImGui::Checkbox(_("Pretty please one more compat flag when I use arpeggio and my sound length"),&enoughAlready)) { if (ImGui::Checkbox(_("Pretty please one more compat flag when I use arpeggio and my sound length"),&enoughAlready)) {
altered=true; altered=true;
} }
}
if (altered) { if (altered) {
e->lockSave([&]() { e->lockSave([&]() {
@ -759,9 +761,11 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
altered=true; altered=true;
} }
if (multiplyRel) {
if (ImGui::Checkbox(_("Relative duty and cutoff macros are coarse (compatibility)"),&multiplyRel)) { if (ImGui::Checkbox(_("Relative duty and cutoff macros are coarse (compatibility)"),&multiplyRel)) {
altered=true; altered=true;
} }
}
if (ImGui::Checkbox(_("Cutoff macro race conditions (compatibility)"),&macroRace)) { if (ImGui::Checkbox(_("Cutoff macro race conditions (compatibility)"),&macroRace)) {
altered=true; altered=true;