diff options
author | Strangerke | 2011-10-23 22:39:36 +0200 |
---|---|---|
committer | Strangerke | 2011-10-23 22:39:36 +0200 |
commit | abdcc530ccc48061a1e70cb2ad679c31d795bc07 (patch) | |
tree | f26a44b1c86c086ff662ecb20be9ceed0e586a14 /engines | |
parent | 51ed1bc221f63d9aa4363f567a781caae24be0d1 (diff) | |
download | scummvm-rg350-abdcc530ccc48061a1e70cb2ad679c31d795bc07.tar.gz scummvm-rg350-abdcc530ccc48061a1e70cb2ad679c31d795bc07.tar.bz2 scummvm-rg350-abdcc530ccc48061a1e70cb2ad679c31d795bc07.zip |
LAUNCHER: Add GUIO_NOASPECT to made
Diffstat (limited to 'engines')
-rw-r--r-- | engines/made/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/made/detection.cpp b/engines/made/detection.cpp index 2a9beed5c4..d3da7012ef 100644 --- a/engines/made/detection.cpp +++ b/engines/made/detection.cpp @@ -345,7 +345,7 @@ static const MadeGameDescription gameDescriptions[] = { Common::JA_JPN, Common::kPlatformFMTowns, ADGF_CD, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_RTZ, 0, |