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:
ramapcsx2 2011-05-22 16:01:09 +00:00
parent 695b3ba900
commit 8e28873436
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ extern u16 x86FpuState;
#define FLUSH_CODE 0x800 // opcode for interpreter #define FLUSH_CODE 0x800 // opcode for interpreter
#define FLUSH_EVERYTHING 0x1ff #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 #define FLUSH_INTERPRETER 0xfff
// no freeing, used when callee won't destroy mmx/xmm regs // no freeing, used when callee won't destroy mmx/xmm regs