From cdb8e2009d5c9ea383b569865fd5839af1250a0b Mon Sep 17 00:00:00 2001 From: hrydgard Date: Sat, 31 Jan 2009 19:48:31 +0000 Subject: [PATCH] temporarily disable vtx fmt jit in 64-bit mode until i can figure out why it crashes git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2044 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/NativeVertexFormat.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/NativeVertexFormat.cpp b/Source/Plugins/Plugin_VideoOGL/Src/NativeVertexFormat.cpp index e1b10b298c..bb7ecf9b40 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/NativeVertexFormat.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/NativeVertexFormat.cpp @@ -31,8 +31,10 @@ u32 s_prevcomponents; // previous state set #ifdef _WIN32 +#ifdef _M_IX86 #define USE_JIT #endif +#endif // Note the use of CallCdeclFunction3I etc. // This is a horrible hack that is necessary because in 64-bit mode, Opengl32.dll is based way, way above the 32-bit