mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2026-09-05 01:54:31 -05:00
Save the current module information struct version inside the struct.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user