much bigger dynamic contrast in volume range

This commit is contained in:
adelikat 2014-10-09 21:28:00 +00:00
parent 315388d0bb
commit 7182d77c05
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ namespace BizHawk.Client.EmuHawk
if (!Global.Config.SoundEnabled || Global.Config.SoundVolume == 0)
DSoundBuffer.Volume = -5000;
else
DSoundBuffer.Volume = 0 - ((100 - Global.Config.SoundVolume) * 15);
DSoundBuffer.Volume = 0 - ((100 - Global.Config.SoundVolume) * 45);
}
}
#else