diff options
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/libgme/vgm_emu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libgme/vgm_emu.c b/apps/codecs/libgme/vgm_emu.c index 5d230ed..0cd1768 100644 --- a/apps/codecs/libgme/vgm_emu.c +++ b/apps/codecs/libgme/vgm_emu.c @@ -104,7 +104,7 @@ void Vgm_init( struct Vgm_Emu* this ) // Set sound gain, a value too high // will cause saturation - Sound_set_gain(this, (int)FP_ONE_GAIN); + Sound_set_gain(this, (int)(FP_ONE_GAIN*0.7)); // Unload this->voice_count = 0; |