summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/MainBase.h
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2015-01-31 11:38:23 +0100
committerdegasus <wickmarkus@web.de>2015-02-22 08:41:15 +0100
commitbc248f8941ae5f24e651d5bf029740bc96c3df89 (patch)
treec2b209edda05a9f11f32dbfbb8549e0bffcd9616 /Source/Core/VideoCommon/MainBase.h
parent860c889454635c0f4f7cf601f8ec77c7b81c19cd (diff)
VideoCommon: use a new async event system for efb access
Diffstat (limited to 'Source/Core/VideoCommon/MainBase.h')
-rw-r--r--Source/Core/VideoCommon/MainBase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/MainBase.h b/Source/Core/VideoCommon/MainBase.h
index bcef8024ec..b8eebf37a0 100644
--- a/Source/Core/VideoCommon/MainBase.h
+++ b/Source/Core/VideoCommon/MainBase.h
@@ -6,5 +6,4 @@
extern bool s_BackendInitialized;
extern Common::Flag s_swapRequested;
-void VideoFifo_CheckEFBAccess();
void VideoFifo_CheckSwapRequestAt(u32 xfbAddr, u32 fbWidth, u32 fbHeight);