Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #895 from comex/reenable-jit-on-os-x
Re-enable the vertex loader JIT on OS X.
  • Loading branch information
lioncash committed Aug 28, 2014
2 parents 7d05ebb + a4a533e commit aa059ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/VideoCommon/VertexLoader.h
Expand Up @@ -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;
Expand Down

0 comments on commit aa059ef

Please sign in to comment.