diff options
author | Chris Apers | 2007-12-09 11:21:39 +0000 |
---|---|---|
committer | Chris Apers | 2007-12-09 11:21:39 +0000 |
commit | 40ad7ee6a9a04e99991d220e283b4ee4fada40b3 (patch) | |
tree | 9ba1d326053da3c96eaf49480d2896215d760dcb | |
parent | 6b2b33661c91f145753812407c5aeaf9a0ba1355 (diff) | |
download | scummvm-rg350-40ad7ee6a9a04e99991d220e283b4ee4fada40b3.tar.gz scummvm-rg350-40ad7ee6a9a04e99991d220e283b4ee4fada40b3.tar.bz2 scummvm-rg350-40ad7ee6a9a04e99991d220e283b4ee4fada40b3.zip |
Added support for Drascula and Igor
svn-id: r29783
-rw-r--r-- | backends/platform/PalmOS/Src/prefixes/compile.h | 1 | ||||
-rwxr-xr-x | backends/platform/PalmOS/Src/prefixes/native_igor.h | 7 |
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 |