mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 00:29:57 +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…
Reference in New Issue
Block a user