aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bacca2003-09-18 16:11:56 +0000
committerNicolas Bacca2003-09-18 16:11:56 +0000
commitc4f053904ab99f0acc0b2452cd2c8377ca0b68fd (patch)
tree24d98d4d124e9a110aa8e5759d552a2caa7b45d9
parent9470c9f66131d16ca19d111d21948ba57a1a8eb3 (diff)
downloadscummvm-rg350-c4f053904ab99f0acc0b2452cd2c8377ca0b68fd.tar.gz
scummvm-rg350-c4f053904ab99f0acc0b2452cd2c8377ca0b68fd.tar.bz2
scummvm-rg350-c4f053904ab99f0acc0b2452cd2c8377ca0b68fd.zip
Change includes, fix BASS slowdowns
svn-id: r10295
-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
+};