mirror of
https://github.com/wiiu-env/libfunctionpatcher.git
synced 2026-08-25 20:34:02 -05: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;
|
} function_replacement_library_type_t;
|
||||||
|
|
||||||
#define MAXIMUM_FUNCTION_NAME_LENGTH 100
|
#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 STATIC_FUNCTION 0
|
||||||
#define DYNAMIC_FUNCTION 1
|
#define DYNAMIC_FUNCTION 1
|
||||||
|
|||||||
Reference in New Issue
Block a user