aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2xwiz/gp2xwiz-sdl.h
diff options
context:
space:
mode:
authorMax Horn2009-11-18 15:22:15 +0000
committerMax Horn2009-11-18 15:22:15 +0000
commit8aa4083bc9b41b49c582b1d342392c7e5d92dca8 (patch)
tree45ff592f8eb644ac5e716b673bf0c02732710d4e /backends/platform/gp2xwiz/gp2xwiz-sdl.h
parent974b49ebfe6f71f45f38f70d12395bf1b3124888 (diff)
downloadscummvm-rg350-8aa4083bc9b41b49c582b1d342392c7e5d92dca8.tar.gz
scummvm-rg350-8aa4083bc9b41b49c582b1d342392c7e5d92dca8.tar.bz2
scummvm-rg350-8aa4083bc9b41b49c582b1d342392c7e5d92dca8.zip
Modify WinCE, LinuxMoto and GP2xWiz backends to use graphics/scaler/downscaler* code (untested as of now)
svn-id: r45975
Diffstat (limited to 'backends/platform/gp2xwiz/gp2xwiz-sdl.h')
-rw-r--r--backends/platform/gp2xwiz/gp2xwiz-sdl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/backends/platform/gp2xwiz/gp2xwiz-sdl.h b/backends/platform/gp2xwiz/gp2xwiz-sdl.h
index 1f67624d5c..e312d0f26d 100644
--- a/backends/platform/gp2xwiz/gp2xwiz-sdl.h
+++ b/backends/platform/gp2xwiz/gp2xwiz-sdl.h
@@ -27,9 +27,11 @@
#define GP2XWIZ_SDL_H
#include "backends/platform/sdl/sdl.h"
-#include "backends/platform/gp2xwiz/gp2xwiz-scaler.h"
-#include <SDL.h>
+// FIXME: For now keep hacks in this header to save polluting the SDL backend.
+enum {
+ GFX_HALF = 12
+};
#define __GP2XWIZ__
#define MIXER_DOUBLE_BUFFERING 1