SNES: NOOOOOOOOOOOOO

a typo ruined 0.6 :<
issue #1522
This commit is contained in:
tildearrow 2023-10-11 01:16:57 -05:00
parent 43468653a0
commit b08f1e656f

View file

@ -472,7 +472,7 @@ int DivPlatformSNES::dispatch(DivCommand c) {
break;
case DIV_CMD_SNES_INVERT:
chan[c.chan].invertL=(c.value>>4);
chan[c.chan].invertR=c.chan&15;
chan[c.chan].invertR=c.value&15;
chan[c.chan].shallWriteVol=true;
break;
case DIV_CMD_SNES_GAIN_MODE: