From d3733ddbfe7c376cedcf7ca2bc91c663a20cd56d Mon Sep 17 00:00:00 2001 From: bhavin192 Date: Sat, 5 Oct 2013 17:42:43 +0530 Subject: [PATCH] Update CwCheat.cpp Cleaned comment Since cwcheat working in symbian now --- Core/CwCheat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/CwCheat.cpp b/Core/CwCheat.cpp index cbb0a0e2b..f8185c8c1 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"); -#if defined(ANDROID) || defined(__SYMBIAN32__) //tried to correcrt cwcheat for symbian correct if wrong +#if defined(ANDROID) || defined(__SYMBIAN32__) activeCheatFile = g_Config.memCardDirectory + "PSP/Cheats/" + gameTitle + ".ini"; #else activeCheatFile = CHEATS_DIR + "/" + gameTitle + ".ini";