mirror of
https://github.com/wiiu-env/FunctionPatcherModule.git
synced 2026-05-06 21:07:17 -05:00
Increase size of jump data heap
This commit is contained in:
parent
62f45b7de0
commit
42f3b1e705
|
|
@ -9,7 +9,7 @@
|
|||
#define MODULE_VERSION "v0.2.5"
|
||||
#define MODULE_VERSION_FULL MODULE_VERSION MODULE_VERSION_EXTRA
|
||||
|
||||
#define JUMP_HEAP_DATA_SIZE (32 * 1024)
|
||||
#define JUMP_HEAP_DATA_SIZE (128 * 1024)
|
||||
extern char gJumpHeapData[];
|
||||
extern MEMHeapHandle gJumpHeapHandle;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user