aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorMax Horn2003-09-21 12:10:32 +0000
committerMax Horn2003-09-21 12:10:32 +0000
commit74e3448a4cdb49154e7fe794bff90226ef4b0828 (patch)
tree174478175f74282dcacf3016713e0b868c86a16d /base
parent9af8549c9552fd94ac8e4c4f47f0263b8aa27512 (diff)
downloadscummvm-rg350-74e3448a4cdb49154e7fe794bff90226ef4b0828.tar.gz
scummvm-rg350-74e3448a4cdb49154e7fe794bff90226ef4b0828.tar.bz2
scummvm-rg350-74e3448a4cdb49154e7fe794bff90226ef4b0828.zip
added HQ3x filter
svn-id: r10346
Diffstat (limited to 'base')
-rw-r--r--base/gameDetector.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp
index 1b88b0a37d..0a7e392a60 100644
--- a/base/gameDetector.cpp
+++ b/base/gameDetector.cpp
@@ -115,6 +115,7 @@ static const struct GraphicsMode gfx_modes[] = {
{"advmame3x", "AdvMAME3x", GFX_ADVMAME3X},
{"tv2x", "TV2x", GFX_TV2X},
{"dotmatrix", "DotMatrix", GFX_DOTMATRIX},
+ {"hq3x", "HQ3x", GFX_HQ3X},
{"opengl", "OpenGL", GFX_BILINEAR},
#else
{"flipping", "Page Flipping", GFX_FLIPPING},