mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 07:30:56 +00:00
SCI: Improve fallback detection for GK2 demo
This commit is contained in:
parent
cef5506e9f
commit
055820c94b
@ -225,6 +225,7 @@ static const OldNewIdTableEntry s_oldNewTable[] = {
|
||||
{ "emc", "funseeker", SCI_VERSION_NONE },
|
||||
{ "gk", "gk1", SCI_VERSION_NONE },
|
||||
// gk2 is the same
|
||||
{ "gk2demo", "gk2", SCI_VERSION_NONE },
|
||||
{ "hoyledemo", "hoyle1", SCI_VERSION_NONE },
|
||||
{ "cardgames", "hoyle1", SCI_VERSION_NONE },
|
||||
{ "solitare", "hoyle2", SCI_VERSION_NONE },
|
||||
|
Loading…
Reference in New Issue
Block a user