mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-27 02:49:42 +00:00
Direct block chaining works on all supported platforms, enabled by default
This commit is contained in:
parent
05fad61b21
commit
f75394db90
@ -88,10 +88,6 @@
|
|||||||
#define PPC_PROFILE_COMPILE_TIME 0
|
#define PPC_PROFILE_COMPILE_TIME 0
|
||||||
#define PPC_PROFILE_GENERIC_CALLS 0
|
#define PPC_PROFILE_GENERIC_CALLS 0
|
||||||
#define KPX_MAX_CPUS 1
|
#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
|
#else
|
||||||
// Mac ROM is write protected
|
// Mac ROM is write protected
|
||||||
#define ROM_IS_WRITE_PROTECTED 1
|
#define ROM_IS_WRITE_PROTECTED 1
|
||||||
|
Loading…
Reference in New Issue
Block a user