mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
K007232: fix max volume
This commit is contained in:
parent
7a91996e3a
commit
3c4373dd79
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ int DivPlatformK007232::dispatch(DivCommand c) {
|
|||
chan[c.chan].setPos=true;
|
||||
break;
|
||||
case DIV_CMD_GET_VOLMAX:
|
||||
return 255;
|
||||
return 15;
|
||||
break;
|
||||
case DIV_ALWAYS_SET_VOLUME:
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue