GUI: rename broken DAC mode
This commit is contained in:
parent
5399c6eb7c
commit
88e3a3ba19
|
|
@ -57,7 +57,7 @@ void FurnaceGUI::drawCompatFlags() {
|
||||||
if (ImGui::IsItemHovered()) {
|
if (ImGui::IsItemHovered()) {
|
||||||
ImGui::SetTooltip("delay arpeggio by one tick on every new note.");
|
ImGui::SetTooltip("delay arpeggio by one tick on every new note.");
|
||||||
}
|
}
|
||||||
ImGui::Checkbox("Broken DAC mode",&e->song.brokenDACMode);
|
ImGui::Checkbox("Disable DAC when sample ends",&e->song.brokenDACMode);
|
||||||
if (ImGui::IsItemHovered()) {
|
if (ImGui::IsItemHovered()) {
|
||||||
ImGui::SetTooltip("when enabled, the DAC in YM2612 will be disabled if there isn't any sample playing.");
|
ImGui::SetTooltip("when enabled, the DAC in YM2612 will be disabled if there isn't any sample playing.");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue