GUI: hide Defle chip compatibility stuff when disa
This commit is contained in:
parent
1a1b6f99b2
commit
202a2bc476
|
@ -394,9 +394,11 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
|
|||
}
|
||||
ImGui::Unindent();
|
||||
}
|
||||
if (enoughAlready) {
|
||||
if (ImGui::Checkbox(_("Pretty please one more compat flag when I use arpeggio and my sound length"),&enoughAlready)) {
|
||||
altered=true;
|
||||
}
|
||||
}
|
||||
|
||||
if (altered) {
|
||||
e->lockSave([&]() {
|
||||
|
@ -759,9 +761,11 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
|
|||
altered=true;
|
||||
}
|
||||
|
||||
if (multiplyRel) {
|
||||
if (ImGui::Checkbox(_("Relative duty and cutoff macros are coarse (compatibility)"),&multiplyRel)) {
|
||||
altered=true;
|
||||
}
|
||||
}
|
||||
|
||||
if (ImGui::Checkbox(_("Cutoff macro race conditions (compatibility)"),¯oRace)) {
|
||||
altered=true;
|
||||
|
|
Loading…
Reference in a new issue