mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-19 05:37:49 +00:00
Warning fix
This commit is contained in:
parent
9a678406b9
commit
46342ee92d
@ -244,7 +244,7 @@ UI::EventReturn CwCheatScreen::OnImportCheat(UI::EventParams ¶ms) {
|
||||
|
||||
if (line[0] == '_' && (line[1] == 'S' || line[1] == 'G') && title.size() < 2) {
|
||||
title.push_back(line);
|
||||
} else if (parseCheatEntry && (line[0] == '_' && (line[1] == 'C' || line[1] == 'L')) || line[0] == '/' || line[0] == '#') {
|
||||
} else if (parseCheatEntry && ((line[0] == '_' && (line[1] == 'C' || line[1] == 'L')) || line[0] == '/' || line[0] == '#')) {
|
||||
newList.push_back(line);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user