diff options
| author | degasus <wickmarkus@web.de> | 2014-11-29 03:39:24 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2014-12-09 18:56:27 +0100 |
| commit | 50de4238bb1bbceb4797821d8ec428ab1d075aaa (patch) | |
| tree | 5c3476e5702c9a909d5fc6863011925990d9647a /Source/Core/VideoBackends/Software/SWCommandProcessor.cpp | |
| parent | 21970c4a2a728669687a687f61a8f7453319dd54 (diff) | |
VertexLoader: Move the old Datareader function into VertexLoader
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWCommandProcessor.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWCommandProcessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWCommandProcessor.cpp b/Source/Core/VideoBackends/Software/SWCommandProcessor.cpp index 5b3af7f78a..9c7ff303b7 100644 --- a/Source/Core/VideoBackends/Software/SWCommandProcessor.cpp +++ b/Source/Core/VideoBackends/Software/SWCommandProcessor.cpp @@ -20,8 +20,8 @@ #include "VideoBackends/Software/SWCommandProcessor.h" #include "VideoBackends/Software/VideoBackend.h" -#include "VideoCommon/DataReader.h" #include "VideoCommon/Fifo.h" +#include "VideoCommon/VertexLoaderUtils.h" namespace SWCommandProcessor { |
