Save the current module information struct version inside the struct.

This commit is contained in:
Maschell 2020-06-07 14:09:58 +02:00
parent de4938474c
commit e84b6f63bf
1 changed files with 1 additions and 0 deletions

View File

@ -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();