Revert "Allow Fast Forward Volume to be Louder than Normal Volume"
This reverts commit 4bd6608940
.
This commit is contained in:
parent
9eafac83d4
commit
129fdf2a68
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue