mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
QUEEN: Added detection for Russian Floppy
This commit is contained in:
parent
b804483e5e
commit
29670a1a1e
@ -185,6 +185,19 @@ static const QueenGameDescription gameDescriptions[] = {
|
||||
},
|
||||
},
|
||||
|
||||
// DOS Floppy - Russian
|
||||
{
|
||||
{
|
||||
"queen",
|
||||
"Floppy",
|
||||
AD_ENTRY1s("queen.1", "0d1c10d5c3a1bd90bc0b3859a3258093", 22677657),
|
||||
Common::RU_RUS,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOSPEECH)
|
||||
},
|
||||
},
|
||||
|
||||
// DOS CD - French
|
||||
{
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user