mirror of
https://github.com/wiiu-env/WiiUModuleSystem.git
synced 2026-08-21 16:04:03 -05:00
WUMS 0.2.1, increase maximum number of plugin to 32
This commit is contained in:
@@ -57,8 +57,8 @@ typedef struct module_information_single_t {
|
||||
uint8_t initBeforeRelocationDoneHook;
|
||||
} module_information_single_t;
|
||||
|
||||
#define MAXIMUM_MODULES 8
|
||||
#define MODULE_INFORMATION_VERSION 0x00000004
|
||||
#define MAXIMUM_MODULES 32
|
||||
#define MODULE_INFORMATION_VERSION 0x00000005
|
||||
|
||||
typedef struct module_information_t {
|
||||
uint32_t version;
|
||||
|
||||
Reference in New Issue
Block a user