SW: Call OnFrameEnd in the FifoPlayer XFB hack. Required to dump DFF frames.

This commit is contained in:
Pierre Bourdon
2014-07-17 13:14:11 +02:00
parent 705afc70b6
commit d44fc48295
2 changed files with 4 additions and 3 deletions

View File

@ -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);
}
}
}