summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/VertexLoader_Position.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-02-04 17:29:12 +0000
committernakeee <nakeee@gmail.com>2009-02-04 17:29:12 +0000
commitad88b27c7625b1577dd0c5cc656f3cbb73e6aac9 (patch)
treea5715dd184143ad7b6fbc26cf43f5f6dae314e73 /Source/Core/VideoCommon/Src/VertexLoader_Position.cpp
parent77215fd27ccb7cdeb82fed24a7a8d4d4ad4c33a4 (diff)
attempt to get rid of another __LOG crash
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2110 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/VertexLoader_Position.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/VertexLoader_Position.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/VertexLoader_Position.cpp b/Source/Core/VideoCommon/Src/VertexLoader_Position.cpp
index 4dfd1c1869..2a9d4bcb09 100644
--- a/Source/Core/VideoCommon/Src/VertexLoader_Position.cpp
+++ b/Source/Core/VideoCommon/Src/VertexLoader_Position.cpp
@@ -27,8 +27,6 @@
extern float posScale;
extern TVtxAttr *pVtxAttr;
-#define LOG_VTX() PRIM_LOG("vtx: %f %f %f, ", ((float*)VertexManager::s_pCurBufferPointer)[0], ((float*)VertexManager::s_pCurBufferPointer)[1], ((float*)VertexManager::s_pCurBufferPointer)[2]);
-
// Thoughts on the implementation of a vertex loader compiler.
// s_pCurBufferPointer should definitely be in a register.
// Could load the position scale factor in XMM7, for example.