diff options
-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 |