Increase memory size

This commit is contained in:
dbalatoni13 2025-04-06 00:17:58 +02:00
parent 30c462a8ef
commit c54fd002ec

View file

@ -5,7 +5,7 @@
// Credits: Super Monkey Ball
#define MEM_SIZE (32 * 1024 * 1024)
#define MEM_SIZE (64 * 1024 * 1024)
u8 LC_CACHE_BASE[4096];