mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
ACCESS: AGoE - Add detection for Spanish version, provided in bug #6958
This commit is contained in:
parent
1800f9d8dc
commit
49a811c5fb
@ -40,6 +40,22 @@ static const AccessGameDescription gameDescriptions[] = {
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
// Amazon Guardians of Eden - Spanish
|
||||
// Provided by dianiu in bug report #6958
|
||||
{
|
||||
"amazon",
|
||||
0,
|
||||
AD_ENTRY1s("c00.ap", "aeb429ff015596144c0df06886c84825", 303753),
|
||||
Common::ES_ESP,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
GType_Amazon,
|
||||
0
|
||||
},
|
||||
|
||||
// Amazon Guardians of Eden - Demo English
|
||||
{
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user