mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 12:48:16 +00:00
WINTERMUTE: Alphabetize detection-tables.
This commit is contained in:
parent
701def717f
commit
6d43745e36
@ -49,6 +49,24 @@ static const PlainGameDescriptor wintermuteGames[] = {
|
||||
};
|
||||
|
||||
static const ADGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"5ld",
|
||||
"",
|
||||
AD_ENTRY1s("data.dcp", "1037a77cbd001e0644898addc022322c", 15407750),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"5ma",
|
||||
"",
|
||||
AD_ENTRY1s("data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"actualdest",
|
||||
"",
|
||||
@ -85,15 +103,6 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
ADGF_UNSTABLE,
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"5ma",
|
||||
"",
|
||||
AD_ENTRY1s("data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"ghostsheet",
|
||||
"Demo",
|
||||
@ -104,24 +113,6 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
ADGF_DEMO,
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"mirage",
|
||||
"",
|
||||
AD_ENTRY1s("data.dcp", "d230b0b99c0aa77b9ecd094d8ee5573b", 17844056),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"rosemary",
|
||||
"",
|
||||
AD_ENTRY1s("data.dcp", "4f2631138bd4d27587d9043f8aeff3df", 29483643),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"julia",
|
||||
"",
|
||||
@ -142,9 +133,9 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"5ld",
|
||||
"mirage",
|
||||
"",
|
||||
AD_ENTRY1s("data.dcp", "1037a77cbd001e0644898addc022322c", 15407750),
|
||||
AD_ENTRY1s("data.dcp", "d230b0b99c0aa77b9ecd094d8ee5573b", 17844056),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE,
|
||||
@ -159,6 +150,15 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
ADGF_UNSTABLE,
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"rosemary",
|
||||
"",
|
||||
AD_ENTRY1s("data.dcp", "4f2631138bd4d27587d9043f8aeff3df", 29483643),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"twc",
|
||||
"",
|
||||
|
Loading…
x
Reference in New Issue
Block a user