have Amiga/SNES thing'n smpl wt toggle include DAC

This commit is contained in:
tildearrow 2022-10-10 20:56:04 -05:00
parent 22dcc610fa
commit f679aadf68
1 changed files with 1 additions and 1 deletions

View File

@ -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;