mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
GROOVIE: Add GUIO_NOASPECT
This commit is contained in:
parent
8e9a775813
commit
7cf921814d
@ -52,7 +52,7 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
"t7g", "",
|
||||
AD_ENTRY1s("script.grv", "d1b8033b40aa67c076039881eccce90d", 16659),
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS,
|
||||
GUIO3(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM)
|
||||
GUIO4(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_NOASPECT)
|
||||
},
|
||||
kGroovieT7G, 0
|
||||
},
|
||||
@ -63,7 +63,7 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
"t7g", "",
|
||||
AD_ENTRY1s("T7GMac", "acdc4a58dd3f007f65e99b99d78e0bce", 1814029),
|
||||
Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK,
|
||||
GUIO3(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM)
|
||||
GUIO4(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_NOASPECT)
|
||||
},
|
||||
kGroovieT7G, 0
|
||||
},
|
||||
@ -79,7 +79,7 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
"t7g", "",
|
||||
AD_ENTRY1s("T7GMac", "6bdee8d0f9eef6d58d02fcd7deec3fb2", 1830783),
|
||||
Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK,
|
||||
GUIO3(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM)
|
||||
GUIO4(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_NOASPECT)
|
||||
},
|
||||
kGroovieT7G, 0
|
||||
},
|
||||
@ -90,7 +90,7 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
"t7g", "",
|
||||
AD_ENTRY1s("T7GMac", "0d595d4b44ae1814082938d051e5174e", 1830783),
|
||||
Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK,
|
||||
GUIO3(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM)
|
||||
GUIO4(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_NOASPECT)
|
||||
},
|
||||
kGroovieT7G, 0
|
||||
},
|
||||
@ -106,7 +106,7 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
{ NULL, 0, NULL, 0}
|
||||
},
|
||||
Common::RU_RUS, Common::kPlatformPC, ADGF_NO_FLAGS,
|
||||
GUIO3(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM)
|
||||
GUIO4(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_NOASPECT)
|
||||
},
|
||||
kGroovieT7G, 0
|
||||
},
|
||||
@ -120,7 +120,7 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
{ NULL, 0, NULL, 0}
|
||||
},
|
||||
Common::EN_ANY, Common::kPlatformIOS, ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
GUIO2(GUIO_NOMIDI, GUIO_NOASPECT)
|
||||
},
|
||||
kGroovieT7G, 0
|
||||
},
|
||||
@ -132,7 +132,7 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
"11h", "",
|
||||
AD_ENTRY1s("disk.1", "5c0428cd3659fc7bbcd0aa16485ed5da", 227),
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE,
|
||||
GUIO3(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM)
|
||||
GUIO4(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_NOASPECT)
|
||||
},
|
||||
kGroovieV2, 1
|
||||
},
|
||||
@ -143,7 +143,7 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
"11h", "Demo",
|
||||
AD_ENTRY1s("disk.1", "aacb32ce07e0df2894bd83a3dee40c12", 70),
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO | ADGF_UNSTABLE,
|
||||
GUIO4(GUIO_NOLAUNCHLOAD, GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM)
|
||||
GUIO5(GUIO_NOLAUNCHLOAD, GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_NOASPECT)
|
||||
},
|
||||
kGroovieV2, 1
|
||||
},
|
||||
@ -153,7 +153,8 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"11h", "Making Of",
|
||||
AD_ENTRY1s("disk.1", "5c0428cd3659fc7bbcd0aa16485ed5da", 227),
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE, GUIO2(GUIO_NOMIDI, GUIO_NOLAUNCHLOAD)
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE,
|
||||
GUIO3(GUIO_NOMIDI, GUIO_NOLAUNCHLOAD, GUIO_NOASPECT)
|
||||
},
|
||||
kGroovieV2, 2
|
||||
},
|
||||
@ -163,7 +164,8 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"clandestiny", "Trailer",
|
||||
AD_ENTRY1s("disk.1", "5c0428cd3659fc7bbcd0aa16485ed5da", 227),
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE, GUIO2(GUIO_NOMIDI, GUIO_NOLAUNCHLOAD)
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE,
|
||||
GUIO3(GUIO_NOMIDI, GUIO_NOLAUNCHLOAD, GUIO_NOASPECT)
|
||||
},
|
||||
kGroovieV2, 3
|
||||
},
|
||||
@ -173,7 +175,8 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"clandestiny", "",
|
||||
AD_ENTRY1s("disk.1", "f79fc1515174540fef6a34132efc4c53", 76),
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE, GUIO1(GUIO_NOMIDI)
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE,
|
||||
GUIO2(GUIO_NOMIDI, GUIO_NOASPECT)
|
||||
},
|
||||
kGroovieV2, 1
|
||||
},
|
||||
@ -183,7 +186,8 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"unclehenry", "",
|
||||
AD_ENTRY1s("disk.1", "0e1b1d3cecc4fc7efa62a968844d1f7a", 72),
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE, GUIO1(GUIO_NOMIDI)
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE,
|
||||
GUIO2(GUIO_NOMIDI, GUIO_NOASPECT)
|
||||
},
|
||||
kGroovieV2, 1
|
||||
},
|
||||
@ -193,7 +197,8 @@ static const GroovieGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"tlc", "",
|
||||
AD_ENTRY1s("disk.1", "32a1afa68478f1f9d2b25eeea427f2e3", 84),
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE, GUIO1(GUIO_NOMIDI)
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE,
|
||||
GUIO2(GUIO_NOMIDI, GUIO_NOASPECT)
|
||||
},
|
||||
kGroovieV2, 1
|
||||
},
|
||||
@ -216,7 +221,7 @@ public:
|
||||
// to the detection entries. In the latter case, this TODO should be
|
||||
// replaced with an according explanation.
|
||||
_flags = kADFlagUseExtraAsHint;
|
||||
_guioptions = GUIO2(GUIO_NOSUBTITLES, GUIO_NOSFX);
|
||||
_guioptions = GUIO3(GUIO_NOSUBTITLES, GUIO_NOSFX, GUIO_NOASPECT);
|
||||
}
|
||||
|
||||
const char *getName() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user