mirror of
https://github.com/wiiu-env/WiiUModuleSystem.git
synced 2024-11-22 09:49:18 +01:00
WUMS 0.2.1, increase maximum number of plugin to 32
This commit is contained in:
parent
e46b58daed
commit
fd21c46d8c
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ include $(TOPDIR)/share/wums_rules
|
||||
|
||||
export WUMS_MAJOR := 0
|
||||
export WUMS_MINOR := 2
|
||||
export WUMS_PATCH := 0
|
||||
export WUMS_PATCH := 1
|
||||
|
||||
VERSION := $(WUMS_MAJOR).$(WUMS_MINOR).$(WUMS_PATCH)
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user