From 88e3a3ba19a13088601cea81249e7b96f8a0ba57 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 19 Mar 2024 15:10:31 -0500 Subject: [PATCH] GUI: rename broken DAC mode --- src/gui/compatFlags.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/compatFlags.cpp b/src/gui/compatFlags.cpp index eccc63244..81e96a1cb 100644 --- a/src/gui/compatFlags.cpp +++ b/src/gui/compatFlags.cpp @@ -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."); }