summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.h
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2014-11-15 16:24:06 +0100
committerdegasus <wickmarkus@web.de>2014-11-15 16:24:06 +0100
commit90613a1bda4d80e4c2760ad5f3ebdefd53a19a87 (patch)
treeab62489bf32e4ef8cf1c687efcb8c1d7fe75a522 /Source/Core/VideoCommon/OpcodeDecoding.h
parente47bfc2788f4ff166ee088e92aee0763b0d55647 (diff)
OpcodeDecoder: Skip recursiv display lists
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h')
-rw-r--r--Source/Core/VideoCommon/OpcodeDecoding.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.h b/Source/Core/VideoCommon/OpcodeDecoding.h
index c454590f24..a217da556e 100644
--- a/Source/Core/VideoCommon/OpcodeDecoding.h
+++ b/Source/Core/VideoCommon/OpcodeDecoding.h
@@ -40,5 +40,5 @@ extern bool g_bRecordFifoData;
void OpcodeDecoder_Init();
void OpcodeDecoder_Shutdown();
-u32 OpcodeDecoder_Run(u8* end);
-void OpcodeDecoder_Preprocess(u8* write_ptr);
+u32 OpcodeDecoder_Run(u8* end, bool in_display_list);
+void OpcodeDecoder_Preprocess(u8* end, bool in_display_list);