mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-05-03 03:25:37 -05:00
Add homebrew_on_menu to the list of allowed plugins
This commit is contained in:
parent
aa3248d338
commit
a4d5423955
|
|
@ -60,7 +60,8 @@ std::vector<PluginLoadWrapper> PluginDataFactory::loadDir(std::string_view path)
|
||||||
full_file_path.ends_with("drc_region_free.wps") ||
|
full_file_path.ends_with("drc_region_free.wps") ||
|
||||||
full_file_path.ends_with("regionfree.wps") ||
|
full_file_path.ends_with("regionfree.wps") ||
|
||||||
full_file_path.ends_with("ftpiiu.wps") ||
|
full_file_path.ends_with("ftpiiu.wps") ||
|
||||||
full_file_path.ends_with("wiiload.wps")) {
|
full_file_path.ends_with("wiiload.wps") ||
|
||||||
|
full_file_path.ends_with("homebrew_on_menu.wps")) {
|
||||||
shouldBeLoadedAndLinked = true;
|
shouldBeLoadedAndLinked = true;
|
||||||
}
|
}
|
||||||
result.emplace_back(std::move(pluginData), shouldBeLoadedAndLinked);
|
result.emplace_back(std::move(pluginData), shouldBeLoadedAndLinked);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user