summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.h
diff options
context:
space:
mode:
authorDolphin Bot <dolphin-emu-bot@users.noreply.github.com>2014-09-04 18:27:19 +0200
committerDolphin Bot <dolphin-emu-bot@users.noreply.github.com>2014-09-04 18:27:19 +0200
commit830a03c540c8c76023cd66751c735dc50245e473 (patch)
tree1cdd2a15d0984b46d3e6088d9fbc5e7a2eaa5c14 /Source/Core/VideoCommon/OpcodeDecoding.h
parentaf7881474edb90a243031314f81a0a7e2ab92fb2 (diff)
parent8b84ddce9a3e9c889996e2022279f78ef7a4ab5c (diff)
Merge pull request #957 from degasus/frame_skipping
VideoCommon: rewrite frame skipping code
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h')
-rw-r--r--Source/Core/VideoCommon/OpcodeDecoding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.h b/Source/Core/VideoCommon/OpcodeDecoding.h
index 2944863bbc..1702969825 100644
--- a/Source/Core/VideoCommon/OpcodeDecoding.h
+++ b/Source/Core/VideoCommon/OpcodeDecoding.h
@@ -38,4 +38,4 @@ extern bool g_bRecordFifoData;
void OpcodeDecoder_Init();
void OpcodeDecoder_Shutdown();
-u32 OpcodeDecoder_Run(bool skipped_frame, u8* end);
+u32 OpcodeDecoder_Run(u8* end);