CheatList: Fix games with serial aliases not loading from database
This commit is contained in:
parent
f8c2d7dafd
commit
977c2f4947
|
@ -565,7 +565,7 @@ bool CheatList::LoadFromPackage(const std::string& game_code)
|
||||||
if (start == end)
|
if (start == end)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (start[0] == ':')
|
if (start[0] == ':' && !m_codes.empty())
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if (start[0] == '#')
|
if (start[0] == '#')
|
||||||
|
|
Loading…
Reference in New Issue