aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/palm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/PalmOS/Src/palm.cpp')
-rw-r--r--backends/PalmOS/Src/palm.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/palm.cpp b/backends/PalmOS/Src/palm.cpp
index 0b7eceb8e6..7f2de9fd3e 100644
--- a/backends/PalmOS/Src/palm.cpp
+++ b/backends/PalmOS/Src/palm.cpp
@@ -47,6 +47,13 @@
//#define SND_BLOCK (8192)
#define SND_BLOCK (3072)
+enum {
+ GFX_FLIPPING = 100, // Palmos
+ GFX_BUFFERED = 101, // Palmos
+ GFX_WIDE = 102 // palmos
+};
+
+
OSystem *OSystem_PALMOS_create(int gfx_mode) {
return OSystem_PALMOS::create(gfx_mode);
}