diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-07-17 21:09:18 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-07-17 21:09:18 +0000 |
| commit | 91ccda69efb56fa729c3f4f3209726238f656e29 (patch) | |
| tree | 91943fd8ad3dae28475ee952da7e454288cbe0c1 /Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp | |
| parent | af0e52554e1f367633c849a580cce155a8f06605 (diff) | |
Split a couple of huge files up, to make them easier to handle.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@24 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp')
| -rw-r--r-- | Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp b/Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp index e281f4a7f1..5741bc5c3d 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp @@ -27,7 +27,7 @@ #include "Globals.h"
#include "OpcodeDecoding.h"
#include "VertexLoader.h"
-#include "VertexShader.h"
+#include "VertexShaderManager.h"
#include "TextureMngr.h"
#include "BPStructs.h"
|
