Save states (#300)

This commit is contained in:
louist103
2022-05-12 13:28:24 -04:00
committed by GitHub
parent 5746305157
commit 635fb71b76
64 changed files with 2084 additions and 634 deletions

View File

@@ -6,9 +6,6 @@
#include <unistd.h>
#endif
#define AUDIO_HEAP_SIZE 0x38000
#define SYSTEM_HEAP_SIZE (1024 * 1024 * 128)
u8* gAudioHeap;
u8* gSystemHeap;