Updated zapd_audio_support on zelda64

This commit is contained in:
Kevin Alexis Contreras
2022-06-13 11:41:43 -05:00
29 changed files with 1957 additions and 224 deletions

View File

@@ -32,7 +32,7 @@
#if defined(_WIN64) || defined(__x86_64__)
#define _SOH64
#define AUDIO_HEAP_SIZE 0x70000
#define AUDIO_HEAP_SIZE 0xF0000
#else
#define AUDIO_HEAP_SIZE 0x38000
#endif