mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2024-10-31 21:35:07 +01:00
Formatting
This commit is contained in:
parent
44b65558ef
commit
b5f345e22a
@ -189,7 +189,8 @@ std::optional<ModuleData> ModuleDataFactory::load(std::string path, uint32_t* de
|
||||
DEBUG_FUNCTION_LINE("initBeforeEntrypoint = %s", value.c_str());
|
||||
moduleData.setInitBeforeEntrypoint(true);
|
||||
}
|
||||
}if (key.compare("wums") == 0) {
|
||||
}
|
||||
if (key.compare("wums") == 0) {
|
||||
if (value.compare("0.1") != 0) {
|
||||
DEBUG_FUNCTION_LINE("Warning: Ignoring module - Unsupported WUMS version: %s.\n", value.c_str());
|
||||
return std::nullopt;
|
||||
|
Loading…
Reference in New Issue
Block a user