aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohannes Schickel2016-01-29 23:14:01 +0100
committerJohannes Schickel2016-01-29 23:19:08 +0100
commit94cd15bb3e07950bd98f8133e552707a33729e47 (patch)
tree9380c30cc669b3a51d57478bfa6283e86e0d0ebb /NEWS
parent3b734082c4cd5e3519fe0260eb12e046ef9b3446 (diff)
downloadscummvm-rg350-94cd15bb3e07950bd98f8133e552707a33729e47.tar.gz
scummvm-rg350-94cd15bb3e07950bd98f8133e552707a33729e47.tar.bz2
scummvm-rg350-94cd15bb3e07950bd98f8133e552707a33729e47.zip
SDL: Do not quit on Alt-x.
This was originally added in cbd867329e018d7eca12b3a8842e52b8db9f494d to support this LucasArts game hotkey. However, Alt-x is used by other engines as hotkey. Most notably AGI's Leisure Suit Larry in the Land of the Lounge Lizards uses it to skip the age protection. Since we handle Alt-x internally in SCUMM now there is no need to keep this around in our backend code.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 68811ead0a..31ca5070d6 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,10 @@ For a more comprehensive changelog of the latest experimental code, see:
General:
- Updated Munt MT-32 emulation code to version 1.5.0.
+ SDL:
+ - Alt-x no longer quits ScummVM on platforms exhibiting this behavior
+ before. A notable example is our Windows port.
+
3 Skulls of the Toltecs:
- Improved AdLib music support.