diff --git a/src/BizHawk.Client.Common/config/Config.cs b/src/BizHawk.Client.Common/config/Config.cs index 2d70d9a82a..695b89eb02 100644 --- a/src/BizHawk.Client.Common/config/Config.cs +++ b/src/BizHawk.Client.Common/config/Config.cs @@ -280,7 +280,7 @@ namespace BizHawk.Client.Common /// /// volume level; interpreted as a percentage (i.e. scaled down to 0.0..1.0) - /// and passed to the platform audio implementation, which should use it as a simple multiplier on each sample;
+ /// and passed to the platform audio implementation, which should use it as a simple multiplier on each sample;
/// so 0 is scale each sample by 0x (mute),100 is scale each sample by 1x (preserve full volume), /// 50 is scale each sample by 0.5x (≈ -3 dB), and 25 is scale each sample by 0.25x (≈ -6 dB) ///