diff options
| author | Torbjörn Andersson | 2003-09-21 17:05:07 +0000 |
|---|---|---|
| committer | Torbjörn Andersson | 2003-09-21 17:05:07 +0000 |
| commit | 308e88965a4f440498cb302db71088ef0a56edd8 (patch) | |
| tree | 8d36116e7484bd28c8a14cca5a56715e694a95f1 /backends/sdl/sdl.cpp | |
| parent | df6028b17af1b04432942fabb81714c404018f10 (diff) | |
| download | scummvm-rg350-308e88965a4f440498cb302db71088ef0a56edd8.tar.gz scummvm-rg350-308e88965a4f440498cb302db71088ef0a56edd8.tar.bz2 scummvm-rg350-308e88965a4f440498cb302db71088ef0a56edd8.zip | |
Made Ctrl-Alt 9 the hotkey for the new hq3x scaler, and moved the scanlines
and dotmatrix ones to Ctrl-Alt C and Ctrl-Alt-D.
(Does anyone else feel that scanlines and dotmatrix should either be
rewritten so that they can be combined with any scaler and aspect ratio
correction, or removed? That's why I moved them off the Ctrl-Alt <digit>
hotkeys.)
svn-id: r10353
Diffstat (limited to 'backends/sdl/sdl.cpp')
| -rw-r--r-- | backends/sdl/sdl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sdl/sdl.cpp b/backends/sdl/sdl.cpp index 25e5aec488..83490d95d8 100644 --- a/backends/sdl/sdl.cpp +++ b/backends/sdl/sdl.cpp @@ -365,7 +365,7 @@ uint32 OSystem_SDL::property(int param, Property *value) { #endif return 1; } else if (param == PROP_SET_GFX_MODE) { - if (value->gfx_mode >= 10) + if (value->gfx_mode >= 11) return 0; _mode = value->gfx_mode; |
