EE: disable the old mmx code

Time to test and report bug or speed issue.
This commit is contained in:
Gregory Hainaut 2016-02-07 11:35:03 +01:00
parent 51b40c6b18
commit ea1a9943fc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include "R5900OpcodeTables.h"
#include "iR5900.h"
#define NO_MMX 0
#define NO_MMX 1
using namespace x86Emitter;