mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-04 15:51:42 +00:00
PETKA: drop language from game id
This commit is contained in:
parent
30fd368be5
commit
85f935aa5f
@ -34,7 +34,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
AD_ENTRY1s("DEMO.EXE", "5ef1ceaba05413d04fd733a81e6adbae", 888832),
|
||||
Common::RU_RUS,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE | ADGF_DROPPLATFORM | ADGF_DEMO,
|
||||
ADGF_UNSTABLE | ADGF_DROPPLATFORM | ADGF_DROPLANGUAGE | ADGF_DEMO,
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
|
||||
},
|
||||
@ -46,7 +46,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
AD_ENTRY1s("MAIN.STR", "2523bf402ac8b7b2bf54e6e29a79831d", 27414919),
|
||||
Common::RU_RUS,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
|
||||
ADGF_UNSTABLE | ADGF_DROPPLATFORM | ADGF_DROPLANGUAGE,
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
|
||||
},
|
||||
@ -58,7 +58,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
AD_ENTRY1s("main.str", "4e515669c343609518277cab6e7d8c8f", 18992879),
|
||||
Common::RU_RUS,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
|
||||
ADGF_UNSTABLE | ADGF_DROPPLATFORM | ADGF_DROPLANGUAGE,
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user