diff options
| author | comex <comexk@gmail.com> | 2014-09-02 23:27:30 -0400 |
|---|---|---|
| committer | comex <comexk@gmail.com> | 2014-09-02 23:27:30 -0400 |
| commit | dd5be7c0dc14bfaa7972ce24d07d85bd7189a090 (patch) | |
| tree | 87192193c99c7e6310d797dedeccddb1d24511cb /Source/Core/VideoCommon/OpcodeDecoding.h | |
| parent | 031beca9c9dac810011b65f275fbb156d2c03362 (diff) | |
| parent | 608f9bcd6724c77fef9be8e45ec8f14b49e2b3fb (diff) | |
Merge pull request #924 from comex/fifo-command-runnable
Refactor opcode decoding a bit to kill FifoCommandRunnable.
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h')
| -rw-r--r-- | Source/Core/VideoCommon/OpcodeDecoding.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.h b/Source/Core/VideoCommon/OpcodeDecoding.h index baf44bd40f..2944863bbc 100644 --- a/Source/Core/VideoCommon/OpcodeDecoding.h +++ b/Source/Core/VideoCommon/OpcodeDecoding.h @@ -38,5 +38,4 @@ extern bool g_bRecordFifoData; void OpcodeDecoder_Init(); void OpcodeDecoder_Shutdown(); -u32 OpcodeDecoder_Run(bool skipped_frame); -void InterpretDisplayList(u32 address, u32 size); +u32 OpcodeDecoder_Run(bool skipped_frame, u8* end); |
