mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Fix heap alloc errors
This commit is contained in:
parent
2b2dceb333
commit
cd21cd0b28
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ struct AudioSessionSettingsEU gAudioSessionPresets[] = {
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MAX_SIMUL_NOTES 128
|
#define MAX_SIMUL_NOTES 48
|
||||||
|
|
||||||
// Format:
|
// Format:
|
||||||
// - frequency
|
// - frequency
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue