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:
parent
df6028b17a
commit
308e88965a
5 changed files with 8 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue