Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #489 from Sonicadvance1/Fix-NonX86
Fix the vertexloader on non-x86 targets.
  • Loading branch information
Sonicadvance1 committed Jun 13, 2014
2 parents 679f57e + f87b913 commit 27b41c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoCommon/VertexLoader.h
Expand Up @@ -17,7 +17,7 @@
#include "VideoCommon/DataReader.h"
#include "VideoCommon/NativeVertexFormat.h"

#ifndef _M_GENERIC
#ifdef _M_X86
#ifndef __APPLE__
#define USE_VERTEX_LOADER_JIT
#endif
Expand Down

0 comments on commit 27b41c1

Please sign in to comment.