mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 05:01:43 +00:00
SLUDGE: Add game Out Of Order
This commit is contained in:
parent
7b61e71ae5
commit
aded7ce9e9
@ -48,6 +48,7 @@ static const PlainGameDescriptor sludgeGames[] = {
|
||||
{ "welcome", "Welcome Example" },
|
||||
{ "verbcoin", "Verb Coin" },
|
||||
{ "robinsrescue", "Robin's Rescue" },
|
||||
{ "outoforder", "Out Of Order" },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
@ -75,6 +75,19 @@ static const SludgeGameDescription gameDescriptions[] = {
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"outoforder",
|
||||
"",
|
||||
AD_ENTRY1s("gamedata", "4d72dbad0ff170169cd7e4e7e389a90d", 21122647),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO0()
|
||||
},
|
||||
0
|
||||
},
|
||||
|
||||
{ AD_TABLE_END_MARKER, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user