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:
Lioncash 2014-08-28 03:52:11 -04:00
commit aa059eff70
1 changed files with 0 additions and 2 deletions

View File

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