summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.h
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2014-09-03 21:49:15 +0200
committerdegasus <wickmarkus@web.de>2014-09-04 18:07:39 +0200
commit8b84ddce9a3e9c889996e2022279f78ef7a4ab5c (patch)
treec808ca530ddd20d53c2cecf9e0c6f111dd8043ea /Source/Core/VideoCommon/OpcodeDecoding.h
parente1248599ebdd9d179a109fff9184cabde8088f4c (diff)
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);