mirror of https://github.com/PCSX2/pcsx2.git
EE: disable the old mmx code
Time to test and report bug or speed issue.
This commit is contained in:
parent
51b40c6b18
commit
ea1a9943fc
|
@ -20,7 +20,7 @@
|
|||
#include "R5900OpcodeTables.h"
|
||||
#include "iR5900.h"
|
||||
|
||||
#define NO_MMX 0
|
||||
#define NO_MMX 1
|
||||
|
||||
using namespace x86Emitter;
|
||||
|
||||
|
|
Loading…
Reference in New Issue