mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
Don't bother with predecode cache when using JIT.
This commit is contained in:
parent
72b26d7ff7
commit
5f98a013a5
@ -87,6 +87,11 @@
|
||||
#define PPC_PROFILE_COMPILE_TIME 0
|
||||
#define PPC_PROFILE_GENERIC_CALLS 0
|
||||
#define KPX_MAX_CPUS 1
|
||||
#if ENABLE_DYNGEN
|
||||
// Don't bother with predecode cache when using JIT
|
||||
#define PPC_ENABLE_JIT 1
|
||||
#undef PPC_DECODE_CACHE
|
||||
#endif
|
||||
#if defined(__i386__)
|
||||
#define DYNGEN_ASM_OPTS 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user