mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 12:15:45 -04:00
GameDatabase: Linux build fix
This commit is contained in:
@ -921,9 +921,6 @@ bool GameDatabase::ParseJsonEntry(Entry* entry, const rapidjson::Value& value)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (entry->serial == "SCES-02105")
|
|
||||||
__debugbreak();
|
|
||||||
|
|
||||||
const auto traits = value.FindMember("traits");
|
const auto traits = value.FindMember("traits");
|
||||||
if (traits != value.MemberEnd())
|
if (traits != value.MemberEnd())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user