mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 22:05:38 +00:00
GameDatabase: Linux build fix
This commit is contained in:
parent
149f9d24bd
commit
4fbc9abe8a
|
@ -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())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue