aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEugene Sandulenko2012-02-10 13:16:27 +0200
committerEugene Sandulenko2012-02-10 13:16:27 +0200
commit40b6b3a3af38b668e63f4936d22b4d792b233587 (patch)
treeadc85485ba68f6ba836ed3db601182f5070bae2d /audio
parent3f6f814c6a20e2eb745c9b03722ce3456685411c (diff)
downloadscummvm-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')
-rw-r--r--audio/softsynth/mt32/mt32emu.h2
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