diff options
| author | Markus Wick <markus+github@selfnet.de> | 2015-01-27 09:15:09 +0100 |
|---|---|---|
| committer | Markus Wick <markus+github@selfnet.de> | 2015-01-27 09:15:09 +0100 |
| commit | 8eda3ca844ca9b05682ec57aa3be2cbe07e19d28 (patch) | |
| tree | ca41a705f6bec4f097243c61f4c2fb7add6b8604 /Source/Core/VideoCommon/VertexLoader.cpp | |
| parent | c20ef8bb8ca4f73c11f4874e0fe6008613e57e63 (diff) | |
| parent | 3dbd6cd384b09c1afabe26c607ca60c088515f60 (diff) | |
Merge pull request #1956 from Tilka/vertex_loader_jit
VertexLoader: clean up and fix some problems
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoader.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoader.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/VideoCommon/VertexLoader.cpp b/Source/Core/VideoCommon/VertexLoader.cpp index 4edb6a89ef..9538b1b11d 100644 --- a/Source/Core/VideoCommon/VertexLoader.cpp +++ b/Source/Core/VideoCommon/VertexLoader.cpp @@ -9,7 +9,6 @@ #include "VideoCommon/BoundingBox.h" #include "VideoCommon/DataReader.h" -#include "VideoCommon/LookUpTables.h" #include "VideoCommon/PixelEngine.h" #include "VideoCommon/VertexLoader.h" #include "VideoCommon/VertexLoader_Color.h" @@ -19,11 +18,6 @@ #include "VideoCommon/VideoCommon.h" #include "VideoCommon/VideoConfig.h" -#ifndef _WIN32 - #undef inline - #define inline -#endif - // This pointer is used as the source/dst for all fixed function loader calls u8* g_video_buffer_read_ptr; u8* g_vertex_manager_write_ptr; |
