CheatList: Fix games with serial aliases not loading from database
This commit is contained in:
@@ -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] == '#')
|
||||||
|
|||||||
Reference in New Issue
Block a user