mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 16:35:20 +00:00
LAUNCHER: Add GUIO_NOASPECT to agos
This commit is contained in:
parent
59474ca128
commit
4e0c574fd2
@ -2340,7 +2340,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_DEMO,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2361,7 +2361,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformPC,
|
||||
ADGF_DEMO,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2385,7 +2385,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformAmiga,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2409,7 +2409,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformAmiga,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2433,7 +2433,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2457,7 +2457,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2481,7 +2481,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2505,7 +2505,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::ES_ESP,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2526,7 +2526,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2549,7 +2549,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2572,7 +2572,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::PL_POL,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2593,7 +2593,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2616,7 +2616,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2639,7 +2639,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2662,7 +2662,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2685,7 +2685,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::IT_ITA,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2708,7 +2708,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::PL_POL,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2731,7 +2731,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::ES_ESP,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
@ -2752,7 +2752,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_PP,
|
||||
@ -2773,7 +2773,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC)
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_PP,
|
||||
@ -2794,7 +2794,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOSUBTITLES)
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_PP,
|
||||
@ -2815,7 +2815,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOSUBTITLES)
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_PP,
|
||||
@ -2836,7 +2836,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOSUBTITLES)
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_PP,
|
||||
@ -2857,7 +2857,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOSUBTITLES)
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_PP,
|
||||
@ -2878,7 +2878,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOSUBTITLES)
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_PP,
|
||||
@ -2899,7 +2899,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOSUBTITLES)
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_PP,
|
||||
@ -2920,7 +2920,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOSUBTITLES)
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_PP,
|
||||
@ -2941,7 +2941,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::PL_POL,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOSUBTITLES)
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_PP,
|
||||
@ -2962,7 +2962,7 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
Common::ES_ESP,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOSUBTITLES)
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_PP,
|
||||
|
Loading…
x
Reference in New Issue
Block a user