mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-08 23:09:34 -06:00
DataReader migration to faster one: first step.
TODO: doing it for DX9, move DataReader to VideoCommon, remove dirty debug #def if ok git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@729 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -40,12 +40,17 @@
|
||||
#include "XFStructs.h"
|
||||
#include "Utils.h"
|
||||
#include "main.h"
|
||||
#include "Fifo.h"
|
||||
#include "DataReader.h"
|
||||
|
||||
#include "DLCompiler.h"
|
||||
|
||||
#define CMDBUFFER_SIZE 1024*1024
|
||||
DecodedVArray tempvarray;
|
||||
// TODO (mb2): all! DataReader inline for DX9
|
||||
#ifdef DATAREADER_INLINE
|
||||
u32 g_pVideoData=0;
|
||||
#endif
|
||||
void Decode();
|
||||
|
||||
extern u8 FAKE_PeekFifo8(u32 _uOffset);
|
||||
|
Reference in New Issue
Block a user