diff options
Diffstat (limited to 'backends')
-rwxr-xr-x | backends/PalmOS/Src/native/znative_common.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/backends/PalmOS/Src/native/znative_common.h b/backends/PalmOS/Src/native/znative_common.h index efa0386447..c04f5e1538 100755 --- a/backends/PalmOS/Src/native/znative_common.h +++ b/backends/PalmOS/Src/native/znative_common.h @@ -5,15 +5,17 @@ #include "palmmad.h" #include "palmtremor.h" -//#define __TWNEW_H__ +#define __TWNEW_H__ + #define PALMOS_ARM #define DISABLE_LIGHTSPEED #define USE_MAD -#define USE_VORBIS #define USE_TREMOR +//#define USE_VORBIS +//#define USE_MPEG2 // enable assert -#define _DEBUG +//#define _DEBUG #endif |