mirror of
https://github.com/wiiu-env/WiiUModuleSystem.git
synced 2024-11-22 09:49:18 +01:00
Update module_information_t struct and add information about the RPL acquired by modules
This commit is contained in:
parent
9d873c7e39
commit
00ce285fe6
@ -60,12 +60,14 @@ typedef struct module_information_single_t {
|
||||
uint32_t number_function_symbols;
|
||||
} module_information_single_t;
|
||||
|
||||
#define MODULE_INFORMATION_VERSION 0x0000000D
|
||||
#define MODULE_INFORMATION_VERSION 0x0000000E
|
||||
|
||||
typedef struct module_information_t {
|
||||
uint32_t version;
|
||||
uint32_t number_modules;
|
||||
module_information_single_t * modules;
|
||||
uint32_t number_acquired_rpls;
|
||||
uint32_t * acquired_rpls;
|
||||
} module_information_t;
|
||||
// clang-format on
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user