mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 10:37:17 -07:00
Updated zapd_audio_support into zelda64
This commit is contained in:
commit
5b43e4652f
24 changed files with 1884 additions and 218 deletions
|
@ -32,9 +32,9 @@
|
|||
|
||||
#if defined(_WIN64) || defined(__x86_64__) || defined(__arm64__)
|
||||
#define _SOH64
|
||||
#define AUDIO_HEAP_SIZE 0xF0000
|
||||
#define AUDIO_HEAP_SIZE 0x3800000
|
||||
#else
|
||||
#define AUDIO_HEAP_SIZE 0x38000
|
||||
#define AUDIO_HEAP_SIZE 0x3800000
|
||||
#endif
|
||||
|
||||
#define SYSTEM_HEAP_SIZE (1024 * 1024 * 4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue