summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/EfbCopy.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2016-01-12 22:44:58 +0100
committerdegasus <wickmarkus@web.de>2016-01-12 23:28:26 +0100
commit5f244abf2833db9d3a7d93a0632b56c4bf55e5e7 (patch)
treee570af842d310da10ebc9ffde3bb50cc8532c0fc /Source/Core/VideoBackends/Software/EfbCopy.cpp
parentc3481a576bb445645332de20534687b6a927843d (diff)
Fifo: Create a "Fifo" namespace.
Diffstat (limited to 'Source/Core/VideoBackends/Software/EfbCopy.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/EfbCopy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/EfbCopy.cpp b/Source/Core/VideoBackends/Software/EfbCopy.cpp
index 9637ef7af0..1111960c6f 100644
--- a/Source/Core/VideoBackends/Software/EfbCopy.cpp
+++ b/Source/Core/VideoBackends/Software/EfbCopy.cpp
@@ -73,7 +73,7 @@ namespace EfbCopy
rc.right = rc.left + (int)bpmem.copyTexSrcWH.x + 1;
rc.bottom = rc.top + (int)bpmem.copyTexSrcWH.y + 1;
- if (!g_bSkipCurrentFrame)
+ if (!Fifo::g_bSkipCurrentFrame)
{
if (bpmem.triggerEFBCopy.copy_to_xfb)
{