mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 04:01:23 +00:00
LAUNCHER: Add GUIO_NOASPECT to touche
This commit is contained in:
parent
c40e45244a
commit
48f7187edd
@ -45,7 +45,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
{ // retail version - tracker item #1601818
|
||||
"touche",
|
||||
@ -54,7 +54,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
{ // retail version
|
||||
"touche",
|
||||
@ -63,7 +63,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
{ // retail version - tracker item #1598643
|
||||
"touche",
|
||||
@ -72,7 +72,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
{ // retail version - tracker item #1681643
|
||||
"touche",
|
||||
@ -81,7 +81,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::ES_ESP,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
{ // fan-made translation (http://www.iagtg.net/) - tracker item #1602360
|
||||
"touche",
|
||||
@ -90,7 +90,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::IT_ITA,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
{ // retail version - tracker item #1800500
|
||||
"touche",
|
||||
@ -99,7 +99,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::PL_POL,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
{ // demo version
|
||||
"touche",
|
||||
@ -108,7 +108,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_DEMO,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
AD_TABLE_END_MARKER
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user