aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/detection_tables.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-04-28 16:50:55 -0400
committerPaul Gilbert2018-04-28 16:50:55 -0400
commitd25335405c82804e00e76612c84cefc40bfe176e (patch)
tree9cb82348196bfc10126412181c1369a04e17c29a /engines/xeen/detection_tables.h
parent730de448db0193526a4b8692191374b707f78ff5 (diff)
downloadscummvm-rg350-d25335405c82804e00e76612c84cefc40bfe176e.tar.gz
scummvm-rg350-d25335405c82804e00e76612c84cefc40bfe176e.tar.bz2
scummvm-rg350-d25335405c82804e00e76612c84cefc40bfe176e.zip
XEEN: Mark the supported games for testing
Diffstat (limited to 'engines/xeen/detection_tables.h')
-rw-r--r--engines/xeen/detection_tables.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h
index 36c116fc2c..01ba00df5c 100644
--- a/engines/xeen/detection_tables.h
+++ b/engines/xeen/detection_tables.h
@@ -35,7 +35,7 @@ static const XeenGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_NO_FLAGS,
+ ADGF_TESTING,
GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
},
GType_WorldOfXeen,
@@ -54,7 +54,7 @@ static const XeenGameDescription gameDescriptions[] = {
},
Common::DE_DEU,
Common::kPlatformDOS,
- ADGF_NO_FLAGS,
+ ADGF_UNSTABLE,
GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
},
GType_WorldOfXeen,
@@ -73,7 +73,7 @@ static const XeenGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_NO_FLAGS,
+ ADGF_UNSTABLE | ADGF_CD,
GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
},
GType_WorldOfXeen,
@@ -91,7 +91,7 @@ static const XeenGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_NO_FLAGS,
+ ADGF_TESTING,
GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
},
GType_Clouds,
@@ -109,7 +109,7 @@ static const XeenGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_NO_FLAGS,
+ ADGF_TESTING,
GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
},
GType_DarkSide,
@@ -117,7 +117,7 @@ static const XeenGameDescription gameDescriptions[] = {
},
{
- // Swords of Xeen (GOG)
+ // Swords of Xeen
{
"swordsofxeen",
nullptr,
@@ -127,7 +127,7 @@ static const XeenGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_NO_FLAGS,
+ ADGF_TESTING,
GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
},
GType_Swords,