mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 16:35:20 +00:00
Change includes, fix BASS slowdowns
svn-id: r10295
This commit is contained in:
parent
9470c9f661
commit
c4f053904a
@ -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);
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user