mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-05 12:35:06 +01:00
Increase the maximum function name length
This commit is contained in:
parent
8b6f465892
commit
5cb55e3081
@ -37,7 +37,7 @@ struct rpl_handling {
|
||||
#define FUNCTION_PATCHER_METHOD_STORE_SIZE 13
|
||||
#define MAXIMUM_PLUGIN_PATH_NAME_LENGTH 256
|
||||
#define MAXIMUM_PLUGIN_NAME_LENGTH 51
|
||||
#define MAXIMUM_FUNCTION_NAME_LENGTH 61
|
||||
#define MAXIMUM_FUNCTION_NAME_LENGTH 83
|
||||
|
||||
struct replacement_data_function_t {
|
||||
uint32_t physicalAddr; /* [needs to be filled] */
|
||||
|
Loading…
Reference in New Issue
Block a user