mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-23 02:20:15 +00:00
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)
|
||||
continue;
|
||||
|
||||
if (start[0] == ':')
|
||||
if (start[0] == ':' && !m_codes.empty())
|
||||
break;
|
||||
|
||||
if (start[0] == '#')
|
||||
|
Loading…
x
Reference in New Issue
Block a user