corrected interpolation increment - 30065 for 1468 (thanks eke-eke)

This commit is contained in:
dborth 2009-01-14 00:04:06 +00:00
parent 975cb72438
commit bb6d002d37

View File

@ -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;