Merge pull request #895 from comex/reenable-jit-on-os-x
Re-enable the vertex loader JIT on OS X.
This commit is contained in:
commit
aa059eff70
|
@ -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