Move PPC emulator config to here

This commit is contained in:
gbeauche 2003-10-11 09:34:35 +00:00
parent ebb67f0421
commit b05c68e90e

View File

@ -77,6 +77,10 @@
#else
# define ROM_IS_WRITE_PROTECTED 1
#endif
// Configure PowerPC emulator
#define PPC_NO_LAZY_PC_UPDATE 1
#define PPC_NO_DECODE_CACHE 1
//#define PPC_FLIGHT_RECORDER 1
#else
// Mac ROM is write protected
#define ROM_IS_WRITE_PROTECTED 1