Increase memory size
This commit is contained in:
parent
30c462a8ef
commit
c54fd002ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue