mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-01-11 09:09:06 +01:00
Reduce the relocation list length in order to reduce the size of the binary
This commit is contained in:
parent
545ef11ac8
commit
79c7571248
@ -30,7 +30,7 @@ extern "C" {
|
||||
|
||||
#define DYN_LINK_FUNCTION_LIST_LENGTH 500
|
||||
#define DYN_LINK_IMPORT_LIST_LENGTH 50
|
||||
#define DYN_LINK_RELOCATION_LIST_LENGTH 50000
|
||||
#define DYN_LINK_RELOCATION_LIST_LENGTH 5000
|
||||
|
||||
typedef struct _dyn_linking_function_t {
|
||||
char functionName[DYN_LINK_FUNCTION_NAME_LENGTH+1];
|
||||
|
Loading…
x
Reference in New Issue
Block a user