mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update CwCheat.cpp
added symbian support correct defined if it is wrong
This commit is contained in:
parent
05fda6e8c7
commit
9e38ad4916
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");
|
||||
#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";
|
||||
|
|
Loading…
Add table
Reference in a new issue