mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2025-01-12 08:19:07 +01:00
Save the current module information struct version inside the struct.
This commit is contained in:
parent
de4938474c
commit
e84b6f63bf
@ -112,6 +112,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
memset((void *) gModuleData, 0, sizeof(module_information_t));
|
||||
gModuleData->version = MODULE_INFORMATION_VERSION;
|
||||
|
||||
DirList modules("fs:/vol/external01/wiiu/modules", ".wms", DirList::Files, 1);
|
||||
modules.SortList();
|
||||
|
Loading…
x
Reference in New Issue
Block a user