From f679aadf6883bb88690969fbd5fc7e71ef4d26a1 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 10 Oct 2022 20:56:04 -0500 Subject: [PATCH] have Amiga/SNES thing'n smpl wt toggle include DAC --- src/gui/insEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/insEdit.cpp b/src/gui/insEdit.cpp index 51312eb1..7da70ad0 100644 --- a/src/gui/insEdit.cpp +++ b/src/gui/insEdit.cpp @@ -4044,7 +4044,7 @@ void FurnaceGUI::drawInsEdit() { ImGui::EndCombo(); } if (ins->type==DIV_INS_AMIGA || ins->type==DIV_INS_SNES) { - P(ImGui::Checkbox("Use wavetable (Amiga/SNES only)",&ins->amiga.useWave)); + P(ImGui::Checkbox("Use wavetable (Amiga/SNES/Generic DAC only)",&ins->amiga.useWave)); if (ins->amiga.useWave) { int len=ins->amiga.waveLen+1; int origLen=len;