diff options
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/detection_tables.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 0acfaf49ff..8644ba96e2 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -414,7 +414,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "71145fdecbd68a0cfc292c2fbddf8e08"), Common::EN_ANY, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_DROPPLATFORM, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -432,7 +432,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "d8ccae34a0e3c709135a73f449b783be"), Common::EN_ANY, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_DROPPLATFORM, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -450,7 +450,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "249e8c995d191b03ee94c892c0eac775"), Common::ES_ESP, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_DROPPLATFORM, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -468,7 +468,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "aff2a384aaa9a0e0ec51010f708c5c04"), Common::FR_FRA, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_DROPPLATFORM, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -486,7 +486,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "0e21e89df7788f32056b6521abf2e81a"), Common::IT_ITA, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_DROPPLATFORM, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -503,7 +503,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1s("a_Data.MHK", "2a840ed74fe5dc3a388bced674d379d5", 12024358), Common::RU_RUS, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_DROPPLATFORM, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -520,7 +520,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "59bd2e3ccbae2f1faa1b23a18dc316eb"), Common::RU_RUS, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_DROPPLATFORM, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -539,7 +539,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1s("a_Data.MHK", "3a2b4764979dc007a0e6ded64e4b7889", 10014314), Common::JA_JPN, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_DROPPLATFORM, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -557,7 +557,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "08fcaa5d5a2a01d7a5a6960f497212fe"), Common::EN_ANY, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_DROPPLATFORM, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -575,7 +575,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "3370cd9a9696814365a2b7fd7a7b726e"), Common::EN_ANY, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_DROPPLATFORM, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -593,7 +593,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "a5fe1c91a6033eb6ee54b287578b74b9"), Common::DE_DEU, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_DROPPLATFORM, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -611,7 +611,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "733a710cf5f848b441ec72d988ab8a3d"), Common::PL_POL, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_DROPPLATFORM, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -628,7 +628,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "b5f40e6e6b843bf3abea291faa0911f4"), Common::RU_RUS, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_DROPPLATFORM, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -646,7 +646,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "bae6b03bd8d6eb350d35fd13f0e3139f"), Common::EN_ANY, Common::kPlatformWindows, - ADGF_DEMO, + (ADGF_DEMO | ADGF_DROPPLATFORM), GUI_OPTIONS_RIVEN_DEMO }, GType_RIVEN, |