mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-17 22:25:37 +00:00
GameDatabase: Make unknown controller types non-fatal
This commit is contained in:
parent
9d27f7095f
commit
4668334516
|
@ -829,7 +829,7 @@ bool GameDatabase::ParseJsonEntry(Entry* entry, const rapidjson::Value& value)
|
|||
if (!ctype.has_value())
|
||||
{
|
||||
Log_WarningPrintf("Invalid controller type '%s'", controller.GetString());
|
||||
return false;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (first)
|
||||
|
|
Loading…
Reference in a new issue