GUI: don't show wave macro for beeper ins

This commit is contained in:
tildearrow 2023-08-24 14:59:17 -05:00
parent 9bf736a513
commit a31b847f32
1 changed files with 1 additions and 0 deletions

View File

@ -5697,6 +5697,7 @@ void FurnaceGUI::drawInsEdit() {
if (ins->type==DIV_INS_ES5506) waveMax=0;
if (ins->type==DIV_INS_GA20) waveMax=0;
if (ins->type==DIV_INS_K053260) waveMax=0;
if (ins->type==DIV_INS_BEEPER) waveMax=0;
if (ins->type==DIV_INS_POKEMINI) waveMax=0;
if (ins->type==DIV_INS_TED) waveMax=0;
if (ins->type==DIV_INS_C140) waveMax=0;