mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-31 06:38:01 +00:00
Remove old XFB logic
This commit is contained in:
parent
081b92b8a7
commit
33bc286baa
25 changed files with 4 additions and 1727 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue