[Scummvm-git-logs] scummvm master -> 5cf1ff7d578ac23fb6164ba696d93bbb69d2c198
sev-
noreply at scummvm.org
Fri Jul 15 20:36:32 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
5cf1ff7d57 AGOS: FF: Enable subtitles configuration
Commit: 5cf1ff7d578ac23fb6164ba696d93bbb69d2c198
https://github.com/scummvm/scummvm/commit/5cf1ff7d578ac23fb6164ba696d93bbb69d2c198
Author: BLooperZ (blooperz at users.noreply.github.com)
Date: 2022-07-15T22:36:29+02:00
Commit Message:
AGOS: FF: Enable subtitles configuration
Changed paths:
engines/agos/detection_tables.h
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h
index b4de1d57dd8..714282c3b6c 100644
--- a/engines/agos/detection_tables.h
+++ b/engines/agos/detection_tables.h
@@ -3074,7 +3074,7 @@ static const AGOSGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
+ GUIO2(GUIO_NOMUSIC, GUIO_NOASPECT)
},
GType_FF,
@@ -3097,7 +3097,7 @@ static const AGOSGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
+ GUIO2(GUIO_NOMUSIC, GUIO_NOASPECT)
},
GType_FF,
@@ -3120,7 +3120,7 @@ static const AGOSGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
+ GUIO2(GUIO_NOMUSIC, GUIO_NOASPECT)
},
GType_FF,
@@ -3165,7 +3165,7 @@ static const AGOSGameDescription gameDescriptions[] = {
Common::IT_ITA,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
+ GUIO2(GUIO_NOMUSIC, GUIO_NOASPECT)
},
GType_FF,
@@ -3211,7 +3211,7 @@ static const AGOSGameDescription gameDescriptions[] = {
Common::PL_POL,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
+ GUIO2(GUIO_NOMUSIC, GUIO_NOASPECT)
},
GType_FF,
@@ -3257,7 +3257,7 @@ static const AGOSGameDescription gameDescriptions[] = {
Common::ES_ESP,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
+ GUIO2(GUIO_NOMUSIC, GUIO_NOASPECT)
},
GType_FF,
More information about the Scummvm-git-logs
mailing list