diff --git a/src/core/game_database.cpp b/src/core/game_database.cpp index 9e78200df..07c9f8688 100644 --- a/src/core/game_database.cpp +++ b/src/core/game_database.cpp @@ -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)