set SN volume to 32 when loading .dmf

This commit is contained in:
tildearrow 2022-10-17 15:30:48 -05:00
parent ed12ca5bd8
commit 951cae4eec
1 changed files with 2 additions and 2 deletions

View File

@ -937,13 +937,13 @@ bool DivEngine::loadDMF(unsigned char* file, size_t len) {
ds.systemLen=2;
ds.system[0]=DIV_SYSTEM_YM2612;
ds.system[1]=DIV_SYSTEM_SMS;
ds.systemVol[1]=24;
ds.systemVol[1]=32;
}
if (ds.system[0]==DIV_SYSTEM_GENESIS_EXT) {
ds.systemLen=2;
ds.system[0]=DIV_SYSTEM_YM2612_EXT;
ds.system[1]=DIV_SYSTEM_SMS;
ds.systemVol[1]=24;
ds.systemVol[1]=32;
}
if (ds.system[0]==DIV_SYSTEM_ARCADE) {
ds.systemLen=2;