mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 23:57:32 +00:00
TSAGE: Added detection entry for Ringworld Demo
This commit is contained in:
parent
db24f1e068
commit
d0142270b8
@ -69,6 +69,20 @@ static const tSageGameDescription gameDescriptions[] = {
|
||||
GType_Ringworld,
|
||||
GF_FLOPPY
|
||||
},
|
||||
// Ringworld English Floppy Demo version
|
||||
{
|
||||
{
|
||||
"ring",
|
||||
"Floppy Demo",
|
||||
AD_ENTRY1s("demoring.rlb", "9ecf48e088a0d475778fab480b3dbdd0", 832206),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_DEMO,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
GType_Ringworld,
|
||||
GF_FLOPPY | GF_DEMO
|
||||
},
|
||||
|
||||
// Blue Force
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user