mirror of
https://github.com/wiiu-env/WiiUModuleSystem.git
synced 2024-11-25 11:16:52 +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;
|
uint32_t number_function_symbols;
|
||||||
} module_information_single_t;
|
} module_information_single_t;
|
||||||
|
|
||||||
#define MODULE_INFORMATION_VERSION 0x0000000D
|
#define MODULE_INFORMATION_VERSION 0x0000000E
|
||||||
|
|
||||||
typedef struct module_information_t {
|
typedef struct module_information_t {
|
||||||
uint32_t version;
|
uint32_t version;
|
||||||
uint32_t number_modules;
|
uint32_t number_modules;
|
||||||
module_information_single_t * modules;
|
module_information_single_t * modules;
|
||||||
|
uint32_t number_acquired_rpls;
|
||||||
|
uint32_t * acquired_rpls;
|
||||||
} module_information_t;
|
} module_information_t;
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user