Core: Clarify Callback_VideoCopiedToXFB and FrameUpdate

This commit is contained in:
JosJuice
2020-04-09 00:21:04 +02:00
parent 9a2d8a9623
commit 1a42355f96
4 changed files with 10 additions and 10 deletions

View File

@ -1283,7 +1283,7 @@ void Renderer::Swap(u32 xfb_addr, u32 fb_width, u32 fb_stride, u32 fb_height, u6
{
// Remove stale EFB/XFB copies.
g_texture_cache->Cleanup(m_frame_count);
Core::Callback_VideoCopiedToXFB(true);
Core::Callback_FramePresented();
}
// Handle any config changes, this gets propogated to the backend.