diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-12-26 12:47:32 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-12-26 12:47:32 +0000 |
| commit | 2ec3cd6694b5d748258ebb3550ced31fcdfb2864 (patch) | |
| tree | 184371af9c2a84c1af154085a57ad9bd769d1299 /Source/Core/VideoCommon/Src/PixelShaderManager.cpp | |
| parent | bd9ebbf8c98df60f50314f850bfe8dc46ba3221b (diff) | |
Move VertexShaderManager too.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1688 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/PixelShaderManager.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/PixelShaderManager.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/Src/PixelShaderManager.cpp b/Source/Core/VideoCommon/Src/PixelShaderManager.cpp index 0b9f4ab7c9..ba2c528e11 100644 --- a/Source/Core/VideoCommon/Src/PixelShaderManager.cpp +++ b/Source/Core/VideoCommon/Src/PixelShaderManager.cpp @@ -23,9 +23,7 @@ #include "Statistics.h" #include "PixelShaderManager.h" - -// TODO: move logging to VideoCommon. Until then - -#define PRIM_LOG(x, ...) +#include "VideoCommon.h" static int s_nColorsChanged[2]; // 0 - regular colors, 1 - k colors static int s_nIndTexMtxChanged = 0; |
