summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/VideoState.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoCommon/Src/VideoState.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/VideoState.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/VideoState.cpp b/Source/Core/VideoCommon/Src/VideoState.cpp
index b7ca4c00c1..d82aaed46f 100644
--- a/Source/Core/VideoCommon/Src/VideoState.cpp
+++ b/Source/Core/VideoCommon/Src/VideoState.cpp
@@ -55,3 +55,8 @@ void VideoCommon_DoState(PointerWrap &p)
DoState(p);
//TODO: search for more data that should be saved and add it here
}
+
+void VideoCommon_RunLoop(bool enable)
+{
+ Fifo_RunLoop(enable);
+}