mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-06 03:39:21 -04:00
Disable reverb inits
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user