Revert "Allow Fast Forward Volume to be Louder than Normal Volume"

This reverts commit 4bd6608940.
This commit is contained in:
Meerkov 2016-09-29 01:10:23 -07:00
parent 9eafac83d4
commit 129fdf2a68
1 changed files with 1 additions and 1 deletions

View File

@ -2777,7 +2777,7 @@ namespace BizHawk.Client.EmuHawk
if (isFastForwarding || IsTurboing || isRewinding)
{
if (Global.Config.SoundEnabledRWFF)
atten = Global.Config.SoundVolumeRWFF / 100.0f;
atten *= Global.Config.SoundVolumeRWFF / 100.0f;
else
atten = 0;
}