diff --git a/Core/CwCheat.cpp b/Core/CwCheat.cpp index 6c6ea94ec..7c1a3b3e9 100644 --- a/Core/CwCheat.cpp +++ b/Core/CwCheat.cpp @@ -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";