From c9915a95198d3c1d36a0eb0360352475fac4ebc9 Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Wed, 1 May 2002 22:20:59 +0000 Subject: Set GFX_NORMAL on WinCE, oops svn-id: r4164 --- gameDetector.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gameDetector.cpp') diff --git a/gameDetector.cpp b/gameDetector.cpp index b191caf138..66f4e564d2 100644 --- a/gameDetector.cpp +++ b/gameDetector.cpp @@ -450,8 +450,11 @@ int GameDetector::detectMain(int argc, char **argv) _noSubtitles = 0; // use by default - should this depend on soundtrack? - //_gfx_mode = GFX_DOUBLESIZE; +#ifndef _WIN32_WCE + _gfx_mode = GFX_DOUBLESIZE; +#else _gfx_mode = GFX_NORMAL; +#endif _sfx_volume = 100; #if defined(USE_NULL_DRIVER) -- cgit v1.2.3