summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp
diff options
context:
space:
mode:
authormemberTwo.mb2 <memberTwo.mb2@gmail.com>2008-09-29 17:29:25 +0000
committermemberTwo.mb2 <memberTwo.mb2@gmail.com>2008-09-29 17:29:25 +0000
commitdf9eba79b2f9efd451bee3fdfb683b3b2976bb1b (patch)
treed46276e4cc4008fea6cca21c9226273d3a1a0671 /Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp
parentd80178bd89294b64ec961e81e909c7b5e03d01e8 (diff)
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
Diffstat (limited to 'Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp')
-rw-r--r--Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp b/Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp
index f1e69de2f0..379c05abd6 100644
--- a/Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp
+++ b/Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp
@@ -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);