Fix max volume

This commit is contained in:
cam900 2022-12-15 19:09:26 +09:00
parent 7a91996e3a
commit 29c74384a2
1 changed files with 1 additions and 1 deletions

View File

@ -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;