Update CwCheat.cpp
Cleaned comment Since cwcheat working in symbian now
This commit is contained in:
parent
424a24366c
commit
d3733ddbfe
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue