mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 00:29:57 +00:00
Fix parentheses
This commit is contained in:
parent
887d1652b5
commit
fc7003d237
@ -147,7 +147,7 @@ UI::EventReturn CwCheatScreen::OnImportCheat(UI::EventParams ¶ms)
|
||||
bool finished = false, skip = false;
|
||||
std::vector<std::string> newList;
|
||||
#ifdef ANDROID
|
||||
is.open(g_Config.memCardDirectory + "PSP/Cheats/cheat.db";
|
||||
is.open(g_Config.memCardDirectory + "PSP/Cheats/cheat.db");
|
||||
#else
|
||||
is.open("cheats/cheat.db");
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user