GUI: rename broken DAC mode

This commit is contained in:
tildearrow 2024-03-19 15:10:31 -05:00
parent 5399c6eb7c
commit 88e3a3ba19

View file

@ -57,7 +57,7 @@ void FurnaceGUI::drawCompatFlags() {
if (ImGui::IsItemHovered()) {
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()) {
ImGui::SetTooltip("when enabled, the DAC in YM2612 will be disabled if there isn't any sample playing.");
}