[Scummvm-cvs-logs] scummvm master -> 40b6b3a3af38b668e63f4936d22b4d792b233587
sev-
sev at scummvm.org
Fri Feb 10 12:18:05 CET 2012
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
40b6b3a3af MT32: Turn off accurate WG as suggested by KingGuppy
Commit: 40b6b3a3af38b668e63f4936d22b4d792b233587
https://github.com/scummvm/scummvm/commit/40b6b3a3af38b668e63f4936d22b4d792b233587
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2012-02-10T03:16:27-08:00
Commit Message:
MT32: Turn off accurate WG as suggested by KingGuppy
Changed paths:
audio/softsynth/mt32/mt32emu.h
diff --git a/audio/softsynth/mt32/mt32emu.h b/audio/softsynth/mt32/mt32emu.h
index a8685a3..091819b 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
More information about the Scummvm-git-logs
mailing list