mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
TSAGE: Fix orphaned Protostar demos and mark unstable
This commit is contained in:
parent
6ef805f232
commit
42f0b89b20
@ -30,6 +30,7 @@ static const PlainGameDescriptor tSageGameTitles[] = {
|
||||
{ "ringworld", "Ringworld: Revenge of the Patriarch" },
|
||||
{ "blueforce", "Blue Force" },
|
||||
{ "ringworld2", "Return to Ringworld" },
|
||||
{ "protostar", "Protostar: War on the Frontier" },
|
||||
{ "sherlock-logo", "The Lost Files of Sherlock Holmes (Logo)" },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
@ -254,7 +254,7 @@ static const tSageGameDescription gameDescriptions[] = {
|
||||
AD_ENTRY1s("demops.rlb", "8a2aa522b4473bcc32e06371568c0d9a", 1019247),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_DEMO,
|
||||
ADGF_DEMO | ADGF_UNSTABLE,
|
||||
GUIO2(GUIO_NOSPEECH, GUIO_NOSFX)
|
||||
},
|
||||
GType_Ringworld,
|
||||
@ -269,7 +269,7 @@ static const tSageGameDescription gameDescriptions[] = {
|
||||
AD_ENTRY1s("demops.rlb", "efe17413126b13228564f687d185a7ad", 511111),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_DEMO,
|
||||
ADGF_DEMO | ADGF_UNSTABLE,
|
||||
GUIO2(GUIO_NOSPEECH, GUIO_NOSFX)
|
||||
},
|
||||
GType_Ringworld,
|
||||
|
Loading…
x
Reference in New Issue
Block a user