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;