From a4a533e39fc3f5609d25325a65453f9191501f99 Mon Sep 17 00:00:00 2001 From: comex Date: Wed, 27 Aug 2014 23:50:59 -0400 Subject: [PATCH] Re-enable the vertex loader JIT on OS X. Why was it ever disabled? --- Source/Core/VideoCommon/VertexLoader.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/VideoCommon/VertexLoader.h b/Source/Core/VideoCommon/VertexLoader.h index 8738b99963..158dac59f2 100644 --- a/Source/Core/VideoCommon/VertexLoader.h +++ b/Source/Core/VideoCommon/VertexLoader.h @@ -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;