Disable reverb inits

This commit is contained in:
Sonic Dreamcaster
2024-11-30 15:27:35 -03:00
parent 158b662722
commit 641ea57db9
+5
View File
@@ -663,6 +663,9 @@ void audio_reset_session(void) {
for (var_s5 = 0; var_s5 < 4; var_s5++) {
gSynthesisReverbs[var_s5].useReverb = 0;
}
// LTODO: Reverbs are causing distortion.
#if 0
gNumSynthesisReverbs = temp_s6->numReverbs;
for (var_s5 = 0; var_s5 < gNumSynthesisReverbs; var_s5++) {
reverb = &gSynthesisReverbs[var_s5];
@@ -695,6 +698,8 @@ void audio_reset_session(void) {
}
}
}
#endif
func_800BB030(gMaxSimultaneousNotes);
osWritebackDCacheAll();
}