Skip to content

Commit

Permalink
Limit homebrew ini file generation to UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaMoo committed Jun 20, 2016
1 parent 778c518 commit a9fdd70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Core/CwCheat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ static void __CheatStart() {

gameTitle = g_paramSFO.GetValueString("DISC_ID");

cheatEngine->CreateCheatFile();
if (gameTitle != "") { //this only generates ini files on boot, let's leave homebrew ini file for UI
cheatEngine->CreateCheatFile();
}

cheatEngine = new CWCheatEngine();
cheatEngine->CreateCodeList();
Expand Down

0 comments on commit a9fdd70

Please sign in to comment.