Re-enable the vertex loader JIT on OS X.

Why was it ever disabled?
This commit is contained in:
comex 2014-08-27 23:50:59 -04:00
parent 7d05ebbc9b
commit a4a533e39f

View file

@ -18,10 +18,8 @@
#include "VideoCommon/NativeVertexFormat.h" #include "VideoCommon/NativeVertexFormat.h"
#ifdef _M_X86 #ifdef _M_X86
#ifndef __APPLE__
#define USE_VERTEX_LOADER_JIT #define USE_VERTEX_LOADER_JIT
#endif #endif
#endif
// They are used for the communication with the loader functions // They are used for the communication with the loader functions
extern int tcIndex; extern int tcIndex;