GUI: hide wave macro from RF ins

This commit is contained in:
tildearrow 2022-12-29 05:15:00 -05:00
parent 89995a02be
commit 53b8e013e7
1 changed files with 1 additions and 0 deletions

View File

@ -5111,6 +5111,7 @@ void FurnaceGUI::drawInsEdit() {
if (ins->type==DIV_INS_ADPCMB) waveMax=0;
if (ins->type==DIV_INS_QSOUND) waveMax=0;
if (ins->type==DIV_INS_YMZ280B) waveMax=0;
if (ins->type==DIV_INS_RF5C68) waveMax=0;
if (ins->type==DIV_INS_MSM5232) waveMax=0;
if (ins->type==DIV_INS_MSM6258) waveMax=0;
if (ins->type==DIV_INS_MSM6295) waveMax=0;