mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
Added more compilation options
svn-id: r23914
This commit is contained in:
parent
8922513d9f
commit
8de5d496fa
@ -1,5 +1,9 @@
|
||||
#include <PalmOS.h>
|
||||
|
||||
#ifndef DISABLE_SONY
|
||||
#include <SonyClie.h>
|
||||
#endif
|
||||
|
||||
#include <PalmNavigator.h>
|
||||
#include <HsExtCommon.h>
|
||||
#include <HsNavCommon.h>
|
||||
@ -127,4 +131,4 @@ void StuffsGetFeatures() {
|
||||
if (!WinScreenMode(winScreenModeGetSupportedDepths, NULL, NULL, &depth, &color))
|
||||
OPTIONS_SET(((depth & 0x8000) ? kOptMode16Bit : kOptNone));
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -42,18 +42,29 @@
|
||||
#define DISABLE_CINE
|
||||
#define DISABLE_AGI
|
||||
|
||||
// ScummVM
|
||||
#define DISABLE_HQ_SCALERS
|
||||
#define DISABLE_FANCY_THEMES
|
||||
//#define CT_NO_TRANSPARENCY
|
||||
//#define REDUCE_MEMORY_USAGE
|
||||
|
||||
// PalmOS
|
||||
//#define STDLIB_TRACE_MEMORY
|
||||
//#define _DEBUG
|
||||
|
||||
#define PALMOS_MODE
|
||||
#define COMPILE_ZODIAC
|
||||
//#define COMPILE_OS5
|
||||
//#define COMPILE_ZODIAC
|
||||
#define COMPILE_OS5
|
||||
|
||||
//#define DISABLE_ADLIB
|
||||
//#define DISABLE_LIGHTSPEED
|
||||
//#define DISABLE_TAPWAVE
|
||||
//#define REDUCE_MEMORY_USAGE
|
||||
|
||||
//#define _DEBUG
|
||||
#ifdef COMPILE_ZODIAC
|
||||
# define DISABLE_SONY
|
||||
#endif
|
||||
|
||||
#ifdef COMPILE_OS5
|
||||
# define DISABLE_TAPWAVE
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -7,5 +7,7 @@
|
||||
#define PALMOS_NATIVE
|
||||
|
||||
#define COMPILE_OS5
|
||||
#define DISABLE_SONY
|
||||
#define DISABLE_PA1LIB
|
||||
|
||||
#endif
|
||||
|
@ -7,5 +7,7 @@
|
||||
#define PALMOS_NATIVE
|
||||
|
||||
#define COMPILE_ZODIAC
|
||||
#define DISABLE_SONY
|
||||
#define DISABLE_PA1LIB
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user