diff options
author | Bastien Bouclet | 2017-08-05 10:50:04 +0200 |
---|---|---|
committer | Bastien Bouclet | 2017-08-05 10:50:04 +0200 |
commit | 550306fc05ad21d2528dce2513869ef6bcadbc66 (patch) | |
tree | 2fdee6223bc2ee1d0cbd34d59590a221f2b4308e /engines/mohawk | |
parent | 8e4697946e4bb1cbb42897f9b052ec040be5dd06 (diff) | |
download | scummvm-rg350-550306fc05ad21d2528dce2513869ef6bcadbc66.tar.gz scummvm-rg350-550306fc05ad21d2528dce2513869ef6bcadbc66.tar.bz2 scummvm-rg350-550306fc05ad21d2528dce2513869ef6bcadbc66.zip |
MOHAWK: Riven: Set the ADGF_TESTING flag
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/detection_tables.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index ec72a63478..3955065485 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -313,7 +313,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "71145fdecbd68a0cfc292c2fbddf8e08"), Common::EN_ANY, Common::kPlatformWindows, - ADGF_UNSTABLE, + ADGF_TESTING, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -331,7 +331,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "d8ccae34a0e3c709135a73f449b783be"), Common::EN_ANY, Common::kPlatformWindows, - ADGF_UNSTABLE, + ADGF_TESTING, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -349,7 +349,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "249e8c995d191b03ee94c892c0eac775"), Common::ES_ESP, Common::kPlatformWindows, - ADGF_UNSTABLE, + ADGF_TESTING, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -367,7 +367,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "aff2a384aaa9a0e0ec51010f708c5c04"), Common::FR_FRA, Common::kPlatformWindows, - ADGF_UNSTABLE, + ADGF_TESTING, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -385,7 +385,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "0e21e89df7788f32056b6521abf2e81a"), Common::IT_ITA, Common::kPlatformWindows, - ADGF_UNSTABLE, + ADGF_TESTING, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -402,7 +402,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1s("a_Data.MHK", "2a840ed74fe5dc3a388bced674d379d5", 12024358), Common::RU_RUS, Common::kPlatformWindows, - ADGF_UNSTABLE, + ADGF_TESTING, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -419,7 +419,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "59bd2e3ccbae2f1faa1b23a18dc316eb"), Common::RU_RUS, Common::kPlatformWindows, - ADGF_UNSTABLE, + ADGF_TESTING, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -438,7 +438,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1s("a_Data.MHK", "3a2b4764979dc007a0e6ded64e4b7889", 10014314), Common::JA_JPN, Common::kPlatformWindows, - ADGF_UNSTABLE, + ADGF_TESTING, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -456,7 +456,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "08fcaa5d5a2a01d7a5a6960f497212fe"), Common::EN_ANY, Common::kPlatformWindows, - ADGF_UNSTABLE, + ADGF_TESTING, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -474,7 +474,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "a5fe1c91a6033eb6ee54b287578b74b9"), Common::DE_DEU, Common::kPlatformWindows, - ADGF_UNSTABLE, + ADGF_TESTING, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -492,7 +492,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "733a710cf5f848b441ec72d988ab8a3d"), Common::PL_POL, Common::kPlatformWindows, - ADGF_UNSTABLE, + ADGF_TESTING, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -509,7 +509,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "b5f40e6e6b843bf3abea291faa0911f4"), Common::RU_RUS, Common::kPlatformWindows, - ADGF_UNSTABLE, + ADGF_TESTING, GUI_OPTIONS_RIVEN }, GType_RIVEN, @@ -527,7 +527,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("a_Data.MHK", "bae6b03bd8d6eb350d35fd13f0e3139f"), Common::EN_ANY, Common::kPlatformWindows, - ADGF_DEMO | ADGF_UNSTABLE, + ADGF_DEMO | ADGF_TESTING, GUI_OPTIONS_RIVEN_DEMO }, GType_RIVEN, |