diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-02-17 05:18:15 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-02-18 02:19:10 -0500 |
| commit | 2afe2152712981e21d6bda6f029292ed2b1cf91e (patch) | |
| tree | aeac832bce3cc31516385ce9e1d5cb36f543bdd9 /Source/Core/VideoCommon/OpcodeDecoding.cpp | |
| parent | 73691a8587e5f09ef138384d2ff97e4059ba9380 (diff) | |
Convert all includes to relative paths.
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/OpcodeDecoding.cpp | 42 |
1 files changed, 20 insertions, 22 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.cpp b/Source/Core/VideoCommon/OpcodeDecoding.cpp index cb47639b81..29cee8e1a5 100644 --- a/Source/Core/VideoCommon/OpcodeDecoding.cpp +++ b/Source/Core/VideoCommon/OpcodeDecoding.cpp @@ -12,28 +12,26 @@ // while interpreting them, and hope that the vertex format doesn't change, though, if you do it right // when they are called. The reason is that the vertex format affects the sizes of the vertices. -#include "Common.h" -#include "VideoCommon.h" -#include "OpcodeDecoding.h" -#include "CommandProcessor.h" -#include "CPUDetect.h" -#include "Core.h" -#include "Host.h" -#include "HW/Memmap.h" -#include "FifoPlayer/FifoRecorder.h" - -#include "VertexLoaderManager.h" - -#include "Statistics.h" - -#include "XFMemory.h" -#include "CPMemory.h" -#include "BPMemory.h" - -#include "Fifo.h" -#include "DataReader.h" - -#include "VideoConfig.h" +#include "Common/Common.h" +#include "Common/CPUDetect.h" + +#include "Core/Core.h" +#include "Core/Host.h" +#include "Core/FifoPlayer/FifoRecorder.h" +#include "Core/HW/Memmap.h" + +#include "VideoCommon/BPMemory.h" +#include "VideoCommon/CPMemory.h" +#include "VideoCommon/XFMemory.h" + +#include "VideoCommon/CommandProcessor.h" +#include "VideoCommon/DataReader.h" +#include "VideoCommon/Fifo.h" +#include "VideoCommon/OpcodeDecoding.h" +#include "VideoCommon/Statistics.h" +#include "VideoCommon/VertexLoaderManager.h" +#include "VideoCommon/VideoConfig.h" +#include "VideoCommon/VideoCommon.h" u8* g_pVideoData = 0; bool g_bRecordFifoData = false; |
