mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-09-08 11:59:16 -05:00
Check if a plugin has a meta section
This commit is contained in:
@@ -125,6 +125,7 @@ extern "C" PluginBackendApiErrorType WUPSGetPluginMetaInformationEx(WUPSBackendG
|
||||
case PLUGIN_PARSE_ERROR_BUFFER_EMPTY:
|
||||
case PLUGIN_PARSE_ERROR_ELFIO_PARSE_FAILED:
|
||||
case PLUGIN_PARSE_ERROR_IO_ERROR:
|
||||
case PLUGIN_PARSE_ERROR_NO_PLUGIN:
|
||||
*errOut = PLUGIN_BACKEND_PLUGIN_PARSE_ERROR_UNKNOWN;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user