mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix
This commit is contained in:
parent
aa52c5495d
commit
fc6ccb1897
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ UI::EventReturn CwCheatScreen::OnEnableAll(UI::EventParams ¶ms)
|
|||
}
|
||||
else if (enableAll == 0 && temp[j].substr(0, 3) == "_C1") {
|
||||
temp[j].replace(0, 3, "_C0");
|
||||
for (int x = 0; x < 64; x++) {
|
||||
for (int x = 0; x < sizeof(enableCheat); x++) {
|
||||
enableCheat[x] = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue