mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
MADS: Add detection for Rex & Phantom demos
These demos were on the site but not in the detection tables.
This commit is contained in:
parent
6d3a5989d4
commit
0ab25f657e
@ -75,6 +75,21 @@ static const MADSGameDescription gameDescriptions[] = {
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
// Rex Nebular and the Cosmic Gender Bender DOS English Demo
|
||||
{
|
||||
"nebular",
|
||||
"Demo",
|
||||
AD_ENTRY1s("section1.hag", "ead7ea63459173c32569feecac608c4f", 192065),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_DEMO,
|
||||
GUIO5(GUIO_NOSPEECH, GAMEOPTION_EASY_MOUSE, GAMEOPTION_ANIMATED_INVENTORY, GAMEOPTION_ANIMATED_INTERFACE, GAMEOPTION_NAUGHTY_MODE)
|
||||
},
|
||||
GType_RexNebular,
|
||||
0
|
||||
},
|
||||
|
||||
#ifdef ENABLE_MADSV2
|
||||
|
||||
{
|
||||
@ -92,6 +107,21 @@ static const MADSGameDescription gameDescriptions[] = {
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
// Return of the Phantom DOS English Demo
|
||||
{
|
||||
"phantom",
|
||||
"Demo",
|
||||
AD_ENTRY1s("section1.hag", "ad738c8edb139790ebaf78f8ceceb182", 123627),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_UNSTABLE | ADGF_DEMO,
|
||||
GUIO1(GAMEOPTION_EASY_MOUSE)
|
||||
},
|
||||
GType_Phantom,
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
// Dragonsphere DOS English
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user