mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-18 15:55:42 -04: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…
x
Reference in New Issue
Block a user