summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/EfbCopy.cpp
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2014-07-17 13:21:34 +0200
committerPierre Bourdon <delroth@gmail.com>2014-07-17 13:21:34 +0200
commit063f530d4c415938dd63a26c70bd664a386b1171 (patch)
tree3a49f493b8f0234a5220c764c012a260de530c12 /Source/Core/VideoBackends/Software/EfbCopy.cpp
parent705afc70b6346081193dbe295abb6f5ceb2e5b79 (diff)
parentd44fc4829538287fc05b0783466227064945780b (diff)
Merge pull request #643 from delroth/master
SW: Call OnFrameEnd in the FifoPlayer XFB hack. Required to dump DFF frames.
Diffstat (limited to 'Source/Core/VideoBackends/Software/EfbCopy.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/EfbCopy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Software/EfbCopy.cpp b/Source/Core/VideoBackends/Software/EfbCopy.cpp
index ab2d281bd4..479cc35ddc 100644
--- a/Source/Core/VideoBackends/Software/EfbCopy.cpp
+++ b/Source/Core/VideoBackends/Software/EfbCopy.cpp
@@ -58,6 +58,7 @@ namespace EfbCopy
// This requires careful synchronization since GPU commands
// are processed on a different thread than VI commands.
SWRenderer::Swap(fbWidth, fbHeight);
+ DebugUtil::OnFrameEnd(fbWidth, fbHeight);
}
}
}