Merge pull request #3951 from bhavin192/patch-1

Update CwCheat.cpp
This commit is contained in:
Henrik Rydgård 2013-09-28 02:14:58 -07:00
commit d14411bfe5

View File

@ -17,7 +17,7 @@ void trim2(std::string& str);
void __CheatInit() {
gameTitle = g_paramSFO.GetValueString("DISC_ID");
#ifdef ANDROID
#if defined(ANDROID) || defined(__SYMBIAN32__) //tried to correcrt cwcheat for symbian correct if wrong
activeCheatFile = g_Config.memCardDirectory + "PSP/Cheats/" + gameTitle + ".ini";
#else
activeCheatFile = CHEATS_DIR + "/" + gameTitle + ".ini";