diff options
| author | degasus <wickmarkus@web.de> | 2014-11-26 22:12:54 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2014-12-09 18:56:27 +0100 |
| commit | 4b22885ed8b7c56f5332b855defb83a24a0aa33c (patch) | |
| tree | ed0c01764ee10a62cec9b96a0c82dc9108b43c82 /Source/Core/VideoCommon/OpcodeDecoding.h | |
| parent | 27f984c02ee8293f2a1542968bdaff8cc8cedb73 (diff) | |
VideoCommon: fifo cleanups
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 a217da556e..96a79f35c7 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, bool in_display_list); -void OpcodeDecoder_Preprocess(u8* end, bool in_display_list); +u8* OpcodeDecoder_Run(u8* start, u8* end, u32* cycles, bool in_display_list); +u8* OpcodeDecoder_Preprocess(u8* start, u8* end, bool in_display_list); |
