From e57422c08c016441a80279fee3a13848a5bb9d5b Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sat, 4 Nov 2006 17:45:14 +0000 Subject: Added Touche engine support svn-id: r24607 --- backends/platform/PalmOS/Src/prefixes/compile.h | 5 +++-- backends/platform/PalmOS/Src/prefixes/native_touche.h | 7 +++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100755 backends/platform/PalmOS/Src/prefixes/native_touche.h (limited to 'backends/platform/PalmOS/Src/prefixes') diff --git a/backends/platform/PalmOS/Src/prefixes/compile.h b/backends/platform/PalmOS/Src/prefixes/compile.h index c9b764b333..37d184d5c8 100644 --- a/backends/platform/PalmOS/Src/prefixes/compile.h +++ b/backends/platform/PalmOS/Src/prefixes/compile.h @@ -41,6 +41,7 @@ #define DISABLE_LURE #define DISABLE_CINE #define DISABLE_AGI +#define DISABLE_TOUCHE // ScummVM #define DISABLE_HQ_SCALERS @@ -53,8 +54,8 @@ //#define _DEBUG #define PALMOS_MODE -//#define COMPILE_ZODIAC -#define COMPILE_OS5 +#define COMPILE_ZODIAC +//#define COMPILE_OS5 //#define DISABLE_ADLIB //#define DISABLE_LIGHTSPEED diff --git a/backends/platform/PalmOS/Src/prefixes/native_touche.h b/backends/platform/PalmOS/Src/prefixes/native_touche.h new file mode 100755 index 0000000000..486630b799 --- /dev/null +++ b/backends/platform/PalmOS/Src/prefixes/native_touche.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "native_common.h" +#undef DISABLE_TOUCHE + +#endif -- cgit v1.2.3