mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
Prefix files cleanup
Added support for Parallaction and Cruise engines Added ZLIB support svn-id: r26693
This commit is contained in:
parent
3e3a808610
commit
ab16dd234f
@ -43,6 +43,7 @@
|
||||
#define DISABLE_AGI
|
||||
#define DISABLE_TOUCHE
|
||||
#define DISABLE_PARALLACTION
|
||||
#define DISABLE_CRUISE
|
||||
|
||||
// ScummVM
|
||||
#define DISABLE_HQ_SCALERS
|
||||
@ -50,23 +51,24 @@
|
||||
//#define CT_NO_TRANSPARENCY
|
||||
//#define REDUCE_MEMORY_USAGE
|
||||
|
||||
// PalmOS
|
||||
//#define STDLIB_TRACE_MEMORY
|
||||
//#define _DEBUG
|
||||
|
||||
#define PALMOS_MODE
|
||||
//#define COMPILE_ZODIAC
|
||||
#define COMPILE_OS5
|
||||
#include "compile_base.h"
|
||||
|
||||
//#define DISABLE_ADLIB
|
||||
//#define DISABLE_LIGHTSPEED
|
||||
|
||||
#ifdef COMPILE_ZODIAC
|
||||
# define DISABLE_SONY
|
||||
# undef DISABLE_FANCY_THEMES
|
||||
# define USE_ZLIB
|
||||
// set an external ZLIB since save/load implementation
|
||||
// doesn't support built-in zodiac version which is 1.1.4
|
||||
// (seen inflateInit2 which err on "MAX_WBITS + 32")
|
||||
# define USE_ZLIB_EXTERNAL
|
||||
# define DISABLE_SONY
|
||||
#endif
|
||||
|
||||
#ifdef COMPILE_OS5
|
||||
# define DISABLE_TAPWAVE
|
||||
# define DISABLE_TAPWAVE
|
||||
# define USE_ZLIB
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -4,4 +4,8 @@
|
||||
#include "native_common.h"
|
||||
#undef DISABLE_AGI
|
||||
|
||||
#undef USE_MAD
|
||||
#undef USE_VORBIS
|
||||
#undef USE_TREMOR
|
||||
|
||||
#endif
|
||||
|
@ -3,5 +3,10 @@
|
||||
|
||||
#include "native_common.h"
|
||||
#undef DISABLE_CINE
|
||||
#define _DEBUG
|
||||
|
||||
#undef USE_MAD
|
||||
#undef USE_VORBIS
|
||||
#undef USE_TREMOR
|
||||
|
||||
#endif
|
||||
|
@ -2,8 +2,6 @@
|
||||
#define ZNATIVE_COMMON_H
|
||||
|
||||
#include "compile.h"
|
||||
#include "palmmad.h"
|
||||
#include "palmtremor.h"
|
||||
|
||||
#define __TWNEW_H__
|
||||
|
||||
@ -12,7 +10,7 @@
|
||||
|
||||
#define USE_MAD
|
||||
#define USE_TREMOR
|
||||
//#define USE_VORBIS
|
||||
#define USE_VORBIS
|
||||
//#define USE_MPEG2
|
||||
|
||||
// enable assert
|
||||
|
@ -4,4 +4,8 @@
|
||||
#include "native_common.h"
|
||||
#undef DISABLE_LURE
|
||||
|
||||
#undef USE_MAD
|
||||
#undef USE_VORBIS
|
||||
#undef USE_TREMOR
|
||||
|
||||
#endif
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
#define PALMOS_68K
|
||||
#define PALMOS_MODE
|
||||
|
||||
//#define _DEBUG_ENGINE
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user