GUI: remove partial pitch linearity option
it still remains in the engine but will be removed after I update demo songs
This commit is contained in:
parent
4c57763473
commit
3a3d9db890
3 changed files with 3 additions and 14 deletions
|
|
@ -1321,11 +1321,11 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
|
|||
if (ImGui::Checkbox(_("Amiga channel volumes (64)"),&amigaVol)) {
|
||||
altered=true;
|
||||
}
|
||||
pushWarningColor(amigaPitch && e->song.linearPitch==2);
|
||||
pushWarningColor(amigaPitch && e->song.linearPitch);
|
||||
if (ImGui::Checkbox(_("Amiga-like pitch (non-linear pitch only)"),&amigaPitch)) {
|
||||
altered=true;
|
||||
}
|
||||
if (amigaPitch && e->song.linearPitch==2) {
|
||||
if (amigaPitch && e->song.linearPitch) {
|
||||
if (ImGui::IsItemHovered()) {
|
||||
ImGui::SetTooltip("pitch linearity is set to linear. this won't do anything!");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue