From 43ca0f149b0e896dae07ee08a060a9f8774267e8 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 9 Feb 2021 20:17:15 -0800 Subject: [PATCH] AGS: Have fallback detection as kPlatformUnknown --- engines/ags/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/ags/detection.cpp b/engines/ags/detection.cpp index efdcea79586c..8e0c3a16ca18 100644 --- a/engines/ags/detection.cpp +++ b/engines/ags/detection.cpp @@ -67,7 +67,7 @@ AGSMetaEngineDetection::AGSMetaEngineDetection() : AdvancedMetaEngineDetection(A ADDetectedGame AGSMetaEngineDetection::fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist) const { // Set the default values for the fallback descriptor's ADGameDescription part. AGS::g_fallbackDesc.desc.language = Common::UNK_LANG; - AGS::g_fallbackDesc.desc.platform = Common::kPlatformDOS; + AGS::g_fallbackDesc.desc.platform = Common::kPlatformUnknown; AGS::g_fallbackDesc.desc.flags = ADGF_NO_FLAGS; // FIXME: Hack to return match without checking for game data,