mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
TOUCHE: After discussion with clone2727 and eriktorbjorn, remove GUIO_NOASPECT from Touche
This commit is contained in:
parent
7cf921814d
commit
4f610235a5
@ -45,7 +45,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
{ // retail version - tracker item #1601818
|
||||
"touche",
|
||||
@ -54,7 +54,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
{ // retail version
|
||||
"touche",
|
||||
@ -63,7 +63,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
{ // retail version - tracker item #1598643
|
||||
"touche",
|
||||
@ -72,7 +72,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
{ // retail version - tracker item #1681643
|
||||
"touche",
|
||||
@ -81,7 +81,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::ES_ESP,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
{ // 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_NOASPECT)
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
{ // retail version - tracker item #1800500
|
||||
"touche",
|
||||
@ -99,7 +99,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::PL_POL,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
{ // demo version
|
||||
"touche",
|
||||
@ -108,7 +108,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_DEMO,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
AD_TABLE_END_MARKER
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user