mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-16 15:08:34 +00:00
Update CwCheat.cpp
Cleaned comment Since cwcheat working in symbian now
This commit is contained in:
parent
424a24366c
commit
d3733ddbfe
@ -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…
x
Reference in New Issue
Block a user