diff options
| author | comex <comexk@gmail.com> | 2014-11-15 11:05:41 -0500 |
|---|---|---|
| committer | comex <comexk@gmail.com> | 2014-11-15 11:05:41 -0500 |
| commit | 8dbef4e987bd7ce63b1a94185d1d8efd28e006f9 (patch) | |
| tree | dfc4faf4cca9257063f4c927486dcc0bd128c9f9 /Source/Core/VideoCommon/OpcodeDecoding.h | |
| parent | cf8035e24017782635f20bd564a9cb6aee37b136 (diff) | |
| parent | 90613a1bda4d80e4c2760ad5f3ebdefd53a19a87 (diff) | |
Merge pull request #1553 from degasus/master
OpcodeDecoder: Skip recursiv display lists
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h')
| -rw-r--r-- | Source/Core/VideoCommon/OpcodeDecoding.h | 4 |
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); |
