mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-27 02:49:42 +00:00
Move PPC emulator config to here
This commit is contained in:
parent
ebb67f0421
commit
b05c68e90e
@ -77,6 +77,10 @@
|
|||||||
#else
|
#else
|
||||||
# define ROM_IS_WRITE_PROTECTED 1
|
# define ROM_IS_WRITE_PROTECTED 1
|
||||||
#endif
|
#endif
|
||||||
|
// Configure PowerPC emulator
|
||||||
|
#define PPC_NO_LAZY_PC_UPDATE 1
|
||||||
|
#define PPC_NO_DECODE_CACHE 1
|
||||||
|
//#define PPC_FLIGHT_RECORDER 1
|
||||||
#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