aboutsummaryrefslogtreecommitdiff
path: root/common/scaler.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-09-21 17:05:07 +0000
committerTorbjörn Andersson2003-09-21 17:05:07 +0000
commit308e88965a4f440498cb302db71088ef0a56edd8 (patch)
tree8d36116e7484bd28c8a14cca5a56715e694a95f1 /common/scaler.h
parentdf6028b17af1b04432942fabb81714c404018f10 (diff)
downloadscummvm-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 'common/scaler.h')
-rw-r--r--common/scaler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/scaler.h b/common/scaler.h
index 73ab6662ed..17618e9cea 100644
--- a/common/scaler.h
+++ b/common/scaler.h
@@ -63,9 +63,9 @@ enum {
GFX_SUPEREAGLE = 5,
GFX_ADVMAME2X = 6,
GFX_ADVMAME3X = 7,
- GFX_TV2X = 8,
- GFX_DOTMATRIX = 9,
- GFX_HQ3X = 10,
+ GFX_HQ3X = 8,
+ GFX_TV2X = 9,
+ GFX_DOTMATRIX = 10,
GFX_BILINEAR = 12, // OpenGL backend