mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-25 16:41:04 +00:00
Merge pull request #9307 from LunaMoo/cwc_import_db_fix
Fix importing first cheat from database list
This commit is contained in:
commit
9ed55f2190
@ -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…
x
Reference in New Issue
Block a user