mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Re-enable the vertex loader JIT on OS X.
Why was it ever disabled?
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user