mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 08:25:12 +01:00
corrected interpolation increment - 30065 for 1468 (thanks eke-eke)
This commit is contained in:
parent
975cb72438
commit
bb6d002d37
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user