From 90613a1bda4d80e4c2760ad5f3ebdefd53a19a87 Mon Sep 17 00:00:00 2001 From: degasus Date: Sat, 15 Nov 2014 16:24:06 +0100 Subject: OpcodeDecoder: Skip recursiv display lists --- Source/Core/VideoCommon/OpcodeDecoding.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h') 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); -- cgit v1.2.3