mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
XEEN: Mark the supported games for testing
This commit is contained in:
parent
730de448db
commit
d25335405c
@ -1,3 +1,3 @@
|
||||
# This file is included from the main "configure" script
|
||||
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
|
||||
add_engine xeen "World of Xeen" no
|
||||
add_engine xeen "World of Xeen" yes
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user