aboutsummaryrefslogtreecommitdiff
path: root/common/scaler.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-09-28 14:27:08 +0000
committerTorbjörn Andersson2003-09-28 14:27:08 +0000
commit2d3e97049629c48494ea8d4641e57e699e6a8498 (patch)
tree6de54006f7cd9948fda14a1cda52959d0b5917fc /common/scaler.h
parent49fa159ed4a7edb99891de2c54e5e30b7aaa86a9 (diff)
downloadscummvm-rg350-2d3e97049629c48494ea8d4641e57e699e6a8498.tar.gz
scummvm-rg350-2d3e97049629c48494ea8d4641e57e699e6a8498.tar.bz2
scummvm-rg350-2d3e97049629c48494ea8d4641e57e699e6a8498.zip
Slightly more sensible hotkeys for the scalers. Hq2x is now number 8, right
after AdvMame2x, and 9 and 0 are AdvMame3x and Hq3x respectively. I agree with Fingolfin that we'll need a better way of handling this in the future, though. svn-id: r10461
Diffstat (limited to 'common/scaler.h')
-rw-r--r--common/scaler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/scaler.h b/common/scaler.h
index ab2a6ba852..a59f9b2103 100644
--- a/common/scaler.h
+++ b/common/scaler.h
@@ -63,8 +63,8 @@ enum {
GFX_SUPER2XSAI = 4,
GFX_SUPEREAGLE = 5,
GFX_ADVMAME2X = 6,
- GFX_ADVMAME3X = 7,
- GFX_HQ2X = 8,
+ GFX_HQ2X = 7,
+ GFX_ADVMAME3X = 8,
GFX_HQ3X = 9,
GFX_TV2X = 10,
GFX_DOTMATRIX = 11,