Skip to content

Commit

Permalink
COMPOSER: Add GUIO_NOASPECT to Composer engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Oct 24, 2011
1 parent 50390ce commit 8e9a775
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions engines/composer/detection.cpp
Expand Up @@ -73,7 +73,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_USEEXTRAASTITLE | ADGF_DEMO,
GUIO1(GUIO_NONE)
GUIO1(GUIO_NOASPECT)
},
GType_ComposerV1
},
Expand All @@ -86,7 +86,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
GUIO1(GUIO_NOASPECT)
},
GType_ComposerV2
},
Expand All @@ -100,7 +100,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_USEEXTRAASTITLE | ADGF_DEMO,
GUIO1(GUIO_NONE)
GUIO1(GUIO_NOASPECT)
},
GType_ComposerV2
},
Expand All @@ -117,7 +117,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
GUIO1(GUIO_NOASPECT)
},
GType_ComposerV2
},
Expand All @@ -130,7 +130,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
GUIO1(GUIO_NOASPECT)
},
GType_ComposerV2
},
Expand All @@ -143,7 +143,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
GUIO1(GUIO_NOASPECT)
},
GType_ComposerV2
},
Expand All @@ -160,7 +160,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
GUIO1(GUIO_NOASPECT)
},
GType_ComposerV2
},
Expand All @@ -173,7 +173,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
GUIO1(GUIO_NOASPECT)
},
GType_ComposerV2
},
Expand All @@ -186,7 +186,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
GUIO1(GUIO_NOASPECT)
},
GType_ComposerV2
},
Expand All @@ -203,7 +203,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
GUIO1(GUIO_NOASPECT)
},
GType_ComposerV2
},
Expand All @@ -220,7 +220,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
GUIO1(GUIO_NOASPECT)
},
GType_ComposerV2
},
Expand Down

0 comments on commit 8e9a775

Please sign in to comment.