mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-25 02:29:49 +00:00
Add PPC_PROFILE_GENERIC_CALLS, don't enable PPC_PROFILE_COMPILE_TIME by
default.
This commit is contained in:
parent
e2ca6270f8
commit
32133b2261
@ -81,7 +81,8 @@
|
||||
#define PPC_CHECK_INTERRUPTS (ASYNC_IRQ ? 0 : 1)
|
||||
#define PPC_DECODE_CACHE 1
|
||||
#define PPC_FLIGHT_RECORDER 1
|
||||
#define PPC_PROFILE_COMPILE_TIME 1
|
||||
#define PPC_PROFILE_COMPILE_TIME 0
|
||||
#define PPC_PROFILE_GENERIC_CALLS 0
|
||||
#define KPX_MAX_CPUS 1
|
||||
#else
|
||||
// Mac ROM is write protected
|
||||
|
Loading…
Reference in New Issue
Block a user