From bb6d002d37d157e8037c48c25b9c8f711f63023d Mon Sep 17 00:00:00 2001 From: dborth Date: Wed, 14 Jan 2009 00:04:06 +0000 Subject: [PATCH] corrected interpolation increment - 30065 for 1468 (thanks eke-eke) --- source/ngc/audio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ngc/audio.cpp b/source/ngc/audio.cpp index 9b09127..dfcfdf5 100644 --- a/source/ngc/audio.cpp +++ b/source/ngc/audio.cpp @@ -131,7 +131,7 @@ void SoundWii::write(u16 * finalWave, int length) u32 fixinc; if (gameType == 2) // length = 1468 - GBA - fixinc = 30106; + fixinc = 30065; else // length = 2940 - GB fixinc = 60211;