summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp
diff options
context:
space:
mode:
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);