Update CwCheat.cpp

added symbian support correct defined if it is wrong
This commit is contained in:
bhavin192 2013-09-28 11:24:03 +05:30
parent 05fda6e8c7
commit 9e38ad4916

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";