summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/MainBase.h
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2015-01-31 12:01:01 +0100
committerdegasus <wickmarkus@web.de>2015-02-22 08:41:15 +0100
commitad7264da7de4ca20472dfc2ef911314ff0e78de7 (patch)
treecdf4c362d4b3eaa271c590ccc69074b29187fe74 /Source/Core/VideoCommon/MainBase.h
parentbc248f8941ae5f24e651d5bf029740bc96c3df89 (diff)
VideoCommon: implement swap requests in the full async way
Diffstat (limited to 'Source/Core/VideoCommon/MainBase.h')
-rw-r--r--Source/Core/VideoCommon/MainBase.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/MainBase.h b/Source/Core/VideoCommon/MainBase.h
index b8eebf37a0..c9d059cf7a 100644
--- a/Source/Core/VideoCommon/MainBase.h
+++ b/Source/Core/VideoCommon/MainBase.h
@@ -4,6 +4,3 @@
#include "Common/Flag.h"
extern bool s_BackendInitialized;
-extern Common::Flag s_swapRequested;
-
-void VideoFifo_CheckSwapRequestAt(u32 xfbAddr, u32 fbWidth, u32 fbHeight);