Fix volume effect

This commit is contained in:
cam900 2023-02-12 14:53:44 +09:00
parent 799d54106f
commit fc4b2718c0
1 changed files with 1 additions and 1 deletions

View File

@ -811,7 +811,7 @@ int DivPlatformES5506::dispatch(DivCommand c) {
if (chan[c.chan].std.vol.has) {
return chan[c.chan].vol;
}
return chan[c.chan].outVol;
return chan[c.chan].outVol/0xff;
break;
case DIV_CMD_PANNING: {
if (chan[c.chan].ca!=0) {