VertexLoader: Move the old Datareader function into VertexLoader

This commit is contained in:
degasus
2014-11-29 03:39:24 +01:00
parent 21970c4a2a
commit 50de4238bb
8 changed files with 103 additions and 92 deletions

View File

@ -14,8 +14,8 @@
#include "VideoBackends/Software/SWVertexLoader.h"
#include "VideoBackends/Software/SWVideoConfig.h"
#include "VideoBackends/Software/XFMemLoader.h"
#include "VideoCommon/DataReader.h"
#include "VideoCommon/Fifo.h"
#include "VideoCommon/VertexLoaderUtils.h"
typedef void (*DecodingFunction)(u32);