aboutsummaryrefslogtreecommitdiff
path: root/backends/wince
diff options
context:
space:
mode:
authorNicolas Bacca2004-02-20 23:05:00 +0000
committerNicolas Bacca2004-02-20 23:05:00 +0000
commite0b723a54c22806c45170ecca3f3456da14ce690 (patch)
tree5408f065c5a6806ab09df5a636b1f015710536d6 /backends/wince
parentb3f4ba3417930d247363dfde155fed91503fb932 (diff)
downloadscummvm-rg350-e0b723a54c22806c45170ecca3f3456da14ce690.tar.gz
scummvm-rg350-e0b723a54c22806c45170ecca3f3456da14ce690.tar.bz2
scummvm-rg350-e0b723a54c22806c45170ecca3f3456da14ce690.zip
Oops
svn-id: r12947
Diffstat (limited to 'backends/wince')
-rw-r--r--backends/wince/wince-sdl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/wince/wince-sdl.cpp b/backends/wince/wince-sdl.cpp
index 1e3edd4adb..359dcbc4a1 100644
--- a/backends/wince/wince-sdl.cpp
+++ b/backends/wince/wince-sdl.cpp
@@ -504,6 +504,7 @@ void OSystem_WINCE3::load_gfx_mode() {
InitScalers(555);
else
InitScalers(565);
+ initCEScaler();
// Need some extra bytes around when using 2xSaI
uint16 *tmp_screen = (uint16 *)calloc(_tmpScreenWidth * (_screenHeight + 3), sizeof(uint16));
@@ -1306,4 +1307,4 @@ bool OSystem_WINCE3::poll_event(Event *event) {
void OSystem_WINCE3::quit() {
CEDevice::disableHardwareKeyMapping();
OSystem_SDL_Common::quit();
-} \ No newline at end of file
+}