mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 15:40:57 +00:00
GOB: Added detection for the upcoming Russian fan translations
This commit is contained in:
parent
b668c1ac90
commit
9a086ab066
@ -97,6 +97,20 @@
|
||||
kFeaturesNone,
|
||||
0, 0, 0
|
||||
},
|
||||
{ // Russian fan translation by PRCA
|
||||
{
|
||||
"bargon",
|
||||
"Fanmade",
|
||||
AD_ENTRY1s("intro.stk", "0937f20c9177a9c4111e48f8916fea47", 3185593),
|
||||
RU_RUS,
|
||||
kPlatformDOS,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
|
||||
},
|
||||
kGameTypeBargon,
|
||||
kFeaturesNone,
|
||||
0, 0, 0
|
||||
},
|
||||
|
||||
// -- Amiga --
|
||||
|
||||
|
@ -377,6 +377,20 @@
|
||||
kFeatures640x480,
|
||||
0, 0, 0
|
||||
},
|
||||
{ // Russian fanmade translation by PRCA
|
||||
{
|
||||
"woodruff",
|
||||
"Fanmade",
|
||||
AD_ENTRY1s("intro.stk", "8d2533aea7bb6bae2ae02bf2a1f315f2", 20653992),
|
||||
RU_RUS,
|
||||
kPlatformDOS,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSPEECH, GUIO_NOASPECT)
|
||||
},
|
||||
kGameTypeWoodruff,
|
||||
kFeatures640x480,
|
||||
0, 0, 0
|
||||
},
|
||||
|
||||
// -- Demos --
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user