From e84b6f63bfb03ce933455dccd9ece636cb52c837 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 7 Jun 2020 14:09:58 +0200 Subject: [PATCH] Save the current module information struct version inside the struct. --- source/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/main.cpp b/source/main.cpp index b8ec097..8fd1b2d 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -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();