mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
SW: Call OnFrameEnd in the FifoPlayer XFB hack. Required to dump DFF frames.
This commit is contained in:
parent
705afc70b6
commit
d44fc48295
2 changed files with 4 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue