Remove old XFB logic

This commit is contained in:
iwubcode
2017-08-06 23:05:42 -05:00
parent 081b92b8a7
commit 33bc286baa
25 changed files with 4 additions and 1727 deletions

View File

@ -610,11 +610,6 @@ void Renderer::SetBlendingState(const BlendingState& state)
// This function has the final picture. We adjust the aspect ratio here.
void Renderer::SwapImpl(AbstractTexture* texture, const EFBRectangle& rc, u64 ticks, float Gamma)
{
if (!m_xfb_written)
{
Core::Callback_VideoCopiedToXFB(false);
}
ResetAPIState();
// Prepare to copy the XFBs to our backbuffer