Namco 163: fix note release

This commit is contained in:
tildearrow 2025-05-01 15:52:38 -05:00
parent 8f169cb287
commit a0e0d47288

View file

@ -348,9 +348,6 @@ int DivPlatformN163::dispatch(DivCommand c) {
chan[c.chan].macroInit(NULL);
break;
case DIV_CMD_NOTE_OFF_ENV:
chan[c.chan].active=false;
chan[c.chan].keyOff=true;
chan[c.chan].keyOn=false;
chan[c.chan].std.release();
break;
case DIV_CMD_ENV_RELEASE: