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
This commit is contained in:
Torbjörn Andersson 2003-09-21 17:05:07 +00:00
parent df6028b17a
commit 308e88965a
5 changed files with 8 additions and 7 deletions

View file

@ -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;