mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Cleanup
This commit is contained in:
parent
af3853f1f1
commit
2130d86cef
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ void CwCheatScreen::onFinish(DialogResult result) {
|
|||
|
||||
UI::EventReturn CwCheatScreen::OnEnableAll(UI::EventParams ¶ms) {
|
||||
std::fstream fs;
|
||||
std::vector<std::string> temp = cheatList;
|
||||
enableAll = !enableAll;
|
||||
File::OpenCPPFile(fs, activeCheatFile, std::ios::out);
|
||||
for (int j = 0; j < (int)cheatList.size(); j++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue