mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix importing first cheat from database list
This commit is contained in:
parent
cbf24a9d78
commit
89ef06936f
1 changed files with 0 additions and 1 deletions
|
@ -206,7 +206,6 @@ UI::EventReturn CwCheatScreen::OnImportCheat(UI::EventParams ¶ms) {
|
|||
title.push_back(line);
|
||||
getline(fs, line);
|
||||
title.push_back(line);
|
||||
getline(fs, line);
|
||||
do {
|
||||
if (finished == false){
|
||||
getline(fs, line);
|
||||
|
|
Loading…
Add table
Reference in a new issue