GameDatabase: Linux build fix

pull/2996/head
Stenzek 2 years ago
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");
if (traits != value.MemberEnd())
{

Loading…
Cancel
Save