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