mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 03:40:25 +00:00
GROOVIE: Fix incorrect GUIO flags
This commit is contained in:
parent
6295c5d622
commit
022b107ccb
@ -281,7 +281,7 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
AD_ENTRY2s("clanmain.grv", "dd424120fa1daa9d6b576d0ba22a4936", 54253,
|
||||
"ACT01MUS.MPG", NULL, -1),
|
||||
Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE,
|
||||
GUIO3(GUIO_NOMIDI, GUIO_NOASPECT)
|
||||
GUIO2(GUIO_NOMIDI, GUIO_NOASPECT)
|
||||
},
|
||||
kGroovieCDY
|
||||
},
|
||||
@ -293,7 +293,7 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
AD_ENTRY2s("CLANMAIN.GRV", "dd424120fa1daa9d6b576d0ba22a4936", 54253,
|
||||
"ACT01MUS.m4a", NULL, -1),
|
||||
Common::EN_ANY, Common::kPlatformUnknown, ADGF_UNSTABLE,
|
||||
GUIO3(GUIO_NOMIDI, GUIO_NOASPECT)
|
||||
GUIO2(GUIO_NOMIDI, GUIO_NOASPECT)
|
||||
},
|
||||
kGroovieCDY
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user