mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-06 23:51:21 +00:00
Fix volume effect
This commit is contained in:
parent
799d54106f
commit
fc4b2718c0
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue