mirror of
https://github.com/wiiu-env/libfunctionpatcher.git
synced 2024-11-21 17:19:19 +01:00
Increase size available for trampolines and extra code bits
This commit is contained in:
parent
6e285909d7
commit
4464f5b5af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user