aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authorChris Apers2007-12-09 11:21:39 +0000
committerChris Apers2007-12-09 11:21:39 +0000
commit40ad7ee6a9a04e99991d220e283b4ee4fada40b3 (patch)
tree9ba1d326053da3c96eaf49480d2896215d760dcb /backends/platform
parent6b2b33661c91f145753812407c5aeaf9a0ba1355 (diff)
downloadscummvm-rg350-40ad7ee6a9a04e99991d220e283b4ee4fada40b3.tar.gz
scummvm-rg350-40ad7ee6a9a04e99991d220e283b4ee4fada40b3.tar.bz2
scummvm-rg350-40ad7ee6a9a04e99991d220e283b4ee4fada40b3.zip
Added support for Drascula and Igor
svn-id: r29783
Diffstat (limited to 'backends/platform')
-rw-r--r--backends/platform/PalmOS/Src/prefixes/compile.h1
-rwxr-xr-xbackends/platform/PalmOS/Src/prefixes/native_igor.h7
2 files changed, 8 insertions, 0 deletions
diff --git a/backends/platform/PalmOS/Src/prefixes/compile.h b/backends/platform/PalmOS/Src/prefixes/compile.h
index 740253850e..bb48761fcf 100644
--- a/backends/platform/PalmOS/Src/prefixes/compile.h
+++ b/backends/platform/PalmOS/Src/prefixes/compile.h
@@ -46,6 +46,7 @@
#define DISABLE_PARALLACTION
#define DISABLE_CRUISE
#define DISABLE_DRASCULA
+#define DISABLE_IGOR
// ScummVM
#define DISABLE_HQ_SCALERS
diff --git a/backends/platform/PalmOS/Src/prefixes/native_igor.h b/backends/platform/PalmOS/Src/prefixes/native_igor.h
new file mode 100755
index 0000000000..749be9daaf
--- /dev/null
+++ b/backends/platform/PalmOS/Src/prefixes/native_igor.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_IGOR
+
+#endif