mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Plugins: Oops, typo.
This commit is contained in:
parent
e383b0279f
commit
2f4945aad8
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ static PluginInfo ReadPluginIni(const std::string &subdir, IniFile &ini) {
|
|||
|
||||
auto options = ini.GetOrCreateSection("options");
|
||||
std::string value;
|
||||
int ivalue;
|
||||
|
||||
if (options->Get("type", &value, "")) {
|
||||
if (value == "prx") {
|
||||
|
|
Loading…
Add table
Reference in a new issue