diff --git a/src/port/OS.c b/src/port/OS.c index d5203ad8..02850565 100644 --- a/src/port/OS.c +++ b/src/port/OS.c @@ -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];