Re-enable the vertex loader JIT on OS X.
Why was it ever disabled?
This commit is contained in:
parent
7d05ebbc9b
commit
a4a533e39f
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue