Update CwCheatScreen.cpp

Fix cheat.db problem for symbian
This commit is contained in:
bhavin192 2013-10-12 15:10:13 +05:30
parent ae30f6ec95
commit 3bfae23009

View File

@ -153,7 +153,7 @@ UI::EventReturn CwCheatScreen::OnImportCheat(UI::EventParams &params)
std::vector<std::string> title;
bool finished = false, skip = false;
std::vector<std::string> newList;
#ifdef ANDROID
#if defined(ANDROID) || defined(__SYMBIAN32__)
is.open(g_Config.memCardDirectory + "PSP/Cheats/cheat.db");
#else
is.open("cheats/cheat.db");