aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/wince/wince.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/wince/wince.h b/backends/wince/wince.h
index 4f85f6d459..1c9bb4bd9a 100644
--- a/backends/wince/wince.h
+++ b/backends/wince/wince.h
@@ -43,7 +43,7 @@
#include "screen.h"
#include "gui/newgui.h"
#include "sound/mididrv.h"
-#include "gameDetector.h"
+#include "base/engine.h"
//#include "simon/simon.h"
#include "gapi_keys.h"
#include "config-file.h"
@@ -72,7 +72,7 @@ class OSystem_WINCE3;
#include "pocketpc.h"
#include "smartphone.h"
-#define MAX_NUMBER_OF_DIRTY_SQUARES 32
+#define MAX_NUMBER_OF_DIRTY_SQUARES 10
class OSystem_WINCE3 : public OSystem {
public:
@@ -252,4 +252,4 @@ public:
void hotswap_gfx_mode();
void get_320x200_image(byte *buf);
-}; \ No newline at end of file
+};