aboutsummaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorJames Brown2002-04-24 07:42:29 +0000
committerJames Brown2002-04-24 07:42:29 +0000
commit4cc43b367920db806521122f7d4f0e1f08d7c748 (patch)
tree2b931a6e20e1ab3bbd14c7dbd54d333e8acc8f2a /system.h
parentc8cfb1e25ad8e473300e74c0971f8bbfef3af185 (diff)
downloadscummvm-rg350-4cc43b367920db806521122f7d4f0e1f08d7c748.tar.gz
scummvm-rg350-4cc43b367920db806521122f7d4f0e1f08d7c748.tar.bz2
scummvm-rg350-4cc43b367920db806521122f7d4f0e1f08d7c748.zip
Add new Scale mode. Thanks Gregory Montoir.
svn-id: r4069
Diffstat (limited to 'system.h')
-rw-r--r--system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.h b/system.h
index 2581ad49bd..304bb3c721 100644
--- a/system.h
+++ b/system.h
@@ -153,6 +153,7 @@ enum {
GFX_2XSAI = 3,
GFX_SUPER2XSAI = 4,
GFX_SUPEREAGLE = 5,
+ GFX_ADVMAME2X = 6
};