aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/screen.h')
-rw-r--r--backends/wince/screen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/wince/screen.h b/backends/wince/screen.h
index 17f27dc86a..47ad51ddae 100644
--- a/backends/wince/screen.h
+++ b/backends/wince/screen.h
@@ -35,6 +35,8 @@
#define GAME_SELECTION_X_OFFSET 15
#define GAME_SELECTION_Y_OFFSET 25
+#define GAPI_SIMU 0x123456
+
void SetScreenGeometry(int w, int h);
void LimitScreenGeometry();
void RestoreScreenGeometry();
@@ -55,6 +57,7 @@ void Set_565(INT16 *buffer, int pitch, int x, int y, int width, int height);
void SetScreenMode(int mode);
int GetScreenMode();
void drawWait();
+void drawVideoDevice();
void drawBlankGameSelection();
void reducePortraitGeometry();