mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2025-01-13 16:59:10 +01:00
Update WUMS version check to check for the latest version
This commit is contained in:
parent
f6330a99a7
commit
1d0b7c60d6
@ -248,8 +248,8 @@ std::optional<std::shared_ptr<ModuleData>> ModuleDataFactory::load(const std::st
|
|||||||
moduleData->setInitBeforeRelocationDoneHook(false);
|
moduleData->setInitBeforeRelocationDoneHook(false);
|
||||||
}
|
}
|
||||||
} else if (key == "wums") {
|
} else if (key == "wums") {
|
||||||
if (value != "0.3") {
|
if (value != "0.3.1") {
|
||||||
DEBUG_FUNCTION_LINE_ERR("Warning: Ignoring module - Unsupported WUMS version: %s.", value.c_str());
|
DEBUG_FUNCTION_LINE_WARN("Ignoring module - Unsupported WUMS version: %s.", value.c_str());
|
||||||
return std::nullopt;
|
return std::nullopt;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user