mirror of
https://github.com/wiiu-env/WiiUModuleSystem.git
synced 2026-08-28 11:24:05 -05:00
Add WUMS_MODULE_SKIP_WUT_INIT() macro to skip wut init/fini calls
This commit is contained in:
@@ -55,10 +55,11 @@ struct module_information_single_t {
|
||||
uint32_t endAddress;
|
||||
uint8_t skipEntrypoint;
|
||||
uint8_t initBeforeRelocationDoneHook;
|
||||
uint8_t skipWUTInit;
|
||||
};
|
||||
|
||||
#define MAXIMUM_MODULES 8
|
||||
#define MODULE_INFORMATION_VERSION 0x00000002
|
||||
#define MODULE_INFORMATION_VERSION 0x00000003
|
||||
|
||||
struct module_information_t {
|
||||
uint32_t version = MODULE_INFORMATION_VERSION;
|
||||
|
||||
Reference in New Issue
Block a user