diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-07-17 13:21:34 +0200 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-07-17 13:21:34 +0200 |
| commit | 063f530d4c415938dd63a26c70bd664a386b1171 (patch) | |
| tree | 3a49f493b8f0234a5220c764c012a260de530c12 /Source/Core/VideoBackends/Software/EfbCopy.cpp | |
| parent | 705afc70b6346081193dbe295abb6f5ceb2e5b79 (diff) | |
| parent | d44fc4829538287fc05b0783466227064945780b (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.cpp | 1 |
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); } } } |
