mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
LAUNCHER: Add GUIO_NOASPECT to saga
This commit is contained in:
parent
48f7187edd
commit
5468f50a4b
@ -617,7 +617,7 @@ static const SAGAGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_DEMO,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GID_IHNM,
|
||||
0,
|
||||
@ -649,7 +649,7 @@ static const SAGAGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GID_IHNM,
|
||||
0,
|
||||
@ -679,7 +679,7 @@ static const SAGAGameDescription gameDescriptions[] = {
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GID_IHNM,
|
||||
0,
|
||||
@ -707,7 +707,7 @@ static const SAGAGameDescription gameDescriptions[] = {
|
||||
Common::ES_ESP,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GID_IHNM,
|
||||
0,
|
||||
@ -736,7 +736,7 @@ static const SAGAGameDescription gameDescriptions[] = {
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GID_IHNM,
|
||||
0,
|
||||
@ -764,7 +764,7 @@ static const SAGAGameDescription gameDescriptions[] = {
|
||||
Common::IT_ITA,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GID_IHNM,
|
||||
0,
|
||||
@ -789,7 +789,7 @@ static const SAGAGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GID_IHNM,
|
||||
0,
|
||||
@ -819,7 +819,7 @@ static const SAGAGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GID_DINO,
|
||||
0,
|
||||
@ -849,7 +849,7 @@ static const SAGAGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GID_FTA2,
|
||||
0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user