mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-28 13:55:26 -05:00
Implement support for WUPS 0.9.1, add proper plugin reent handling
This commit is contained in:
@@ -123,6 +123,8 @@ std::optional<PluginMetaInformation> PluginMetaInformationFactory::loadPlugin(st
|
||||
pluginInfo.setWUPSVersion(0, 8, 2);
|
||||
} else if (value == "0.9.0") {
|
||||
pluginInfo.setWUPSVersion(0, 9, 0);
|
||||
} else if (value == "0.9.1") {
|
||||
pluginInfo.setWUPSVersion(0, 9, 1);
|
||||
} else {
|
||||
error = PLUGIN_PARSE_ERROR_INCOMPATIBLE_VERSION;
|
||||
DEBUG_FUNCTION_LINE_ERR("Warning: Ignoring plugin - Unsupported WUPS version: %s.", value.c_str());
|
||||
|
||||
Reference in New Issue
Block a user