This commit is contained in:
Eknous-P 2024-03-22 20:51:46 +04:00
parent ee3488a119
commit 554a8a15b8

View file

@ -328,6 +328,12 @@ void FurnaceGUI::drawSystemChannelInfoText(const DivSysDef* whichDef) {
case DIV_INS_SU:
chanCount[7]++;
break;
case DIV_INS_OPL_DRUMS:
case DIV_INS_OPLL:
// TODO: drums
// TODO: ext. ch.s
default:
chanCount[whichDef->chanTypes[i]]++;
break;