mirror of https://github.com/PCSX2/pcsx2.git
Small PCSX2 speedup due to less flushing in the eerec. Thanks pseudonym :p
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4663 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
695b3ba900
commit
8e28873436
|
@ -360,7 +360,7 @@ extern u16 x86FpuState;
|
|||
#define FLUSH_CODE 0x800 // opcode for interpreter
|
||||
|
||||
#define FLUSH_EVERYTHING 0x1ff
|
||||
#define FLUSH_EXCEPTION 0x7ff
|
||||
#define FLUSH_EXCEPTION 0x1ff // not supported yet, so disabled for a small speedup (set back to 0x7ff when needed)
|
||||
#define FLUSH_INTERPRETER 0xfff
|
||||
|
||||
// no freeing, used when callee won't destroy mmx/xmm regs
|
||||
|
|
Loading…
Reference in New Issue