Direct block chaining works on all supported platforms, enabled by default

This commit is contained in:
gbeauche 2004-05-12 11:38:16 +00:00
parent 05fad61b21
commit f75394db90

View File

@ -88,10 +88,6 @@
#define PPC_PROFILE_COMPILE_TIME 0
#define PPC_PROFILE_GENERIC_CALLS 0
#define KPX_MAX_CPUS 1
// direct block chaining is only tested on PPC right now
#if defined(__powerpc__)
#define DYNGEN_DIRECT_BLOCK_CHAINING 1
#endif
#else
// Mac ROM is write protected
#define ROM_IS_WRITE_PROTECTED 1