diff --git a/src/audio/synthesis.c b/src/audio/synthesis.c index 03c78202..e992c5b1 100644 --- a/src/audio/synthesis.c +++ b/src/audio/synthesis.c @@ -932,7 +932,7 @@ u64 *synthesis_process_notes(s16 *aiBuf, s32 bufLen, u64 *cmd) { s32 s5Aligned; #endif s32 resampledTempLen; // spD8, spAC - u16 noteSamplesDmemAddrBeforeResampling; // spD6, spAA + u16 noteSamplesDmemAddrBeforeResampling = 0; // spD6, spAA #ifndef VERSION_EU