mirror of
https://github.com/wiiu-env/WiiUModuleSystem.git
synced 2026-08-22 16:34:02 -05:00
Add the macro for using the "init before entrypoint" flag
This commit is contained in:
@@ -53,6 +53,7 @@ struct module_information_single_t {
|
||||
uint32_t entrypoint;
|
||||
uint32_t startAddress;
|
||||
uint32_t endAddress;
|
||||
uint8_t initBeforeEntrypoint;
|
||||
};
|
||||
|
||||
#define MAXIMUM_MODULES 8
|
||||
|
||||
Reference in New Issue
Block a user