mirror of
https://github.com/wiiu-env/libfunctionpatcher.git
synced 2025-06-12 18:58:30 +02:00
Increase size available for trampolines and extra code bits
This commit is contained in:
@ -73,7 +73,7 @@ typedef enum function_replacement_library_type_t {
|
||||
} function_replacement_library_type_t;
|
||||
|
||||
#define MAXIMUM_FUNCTION_NAME_LENGTH 100
|
||||
#define FUNCTION_PATCHER_METHOD_STORE_SIZE 20
|
||||
#define FUNCTION_PATCHER_METHOD_STORE_SIZE 40
|
||||
|
||||
#define STATIC_FUNCTION 0
|
||||
#define DYNAMIC_FUNCTION 1
|
||||
|
Reference in New Issue
Block a user