diff options
author | Eugene Sandulenko | 2012-02-10 13:16:27 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2012-02-10 13:16:27 +0200 |
commit | 40b6b3a3af38b668e63f4936d22b4d792b233587 (patch) | |
tree | adc85485ba68f6ba836ed3db601182f5070bae2d /audio/softsynth | |
parent | 3f6f814c6a20e2eb745c9b03722ce3456685411c (diff) | |
download | scummvm-rg350-40b6b3a3af38b668e63f4936d22b4d792b233587.tar.gz scummvm-rg350-40b6b3a3af38b668e63f4936d22b4d792b233587.tar.bz2 scummvm-rg350-40b6b3a3af38b668e63f4936d22b4d792b233587.zip |
MT32: Turn off accurate WG as suggested by KingGuppy
Diffstat (limited to 'audio/softsynth')
-rw-r--r-- | audio/softsynth/mt32/mt32emu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/mt32/mt32emu.h b/audio/softsynth/mt32/mt32emu.h index a8685a30e6..091819b95c 100644 --- a/audio/softsynth/mt32/mt32emu.h +++ b/audio/softsynth/mt32/mt32emu.h @@ -62,7 +62,7 @@ // 0: Use LUTs to speedup WG // 1: Use precise float math -#define MT32EMU_ACCURATE_WG 1 +#define MT32EMU_ACCURATE_WG 0 #define MT32EMU_USE_EXTINT 0 |