mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-07 07:06:46 +00:00
Use assembly optimizations on x86 for adde/addo/etc. emulation
This commit is contained in:
parent
2ee1e604eb
commit
3904a421d4
@ -88,6 +88,9 @@
|
||||
#define PPC_PROFILE_COMPILE_TIME 0
|
||||
#define PPC_PROFILE_GENERIC_CALLS 0
|
||||
#define KPX_MAX_CPUS 1
|
||||
#if defined(__i386__)
|
||||
#define DYNGEN_ASM_OPTS 1
|
||||
#endif
|
||||
#else
|
||||
// Mac ROM is write protected
|
||||
#define ROM_IS_WRITE_PROTECTED 1
|
||||
|
Loading…
Reference in New Issue
Block a user