Rebind the fbo after inter-buffer copy.

Might be needed if the list is stalled, a copy is done, list unstalled,
and then something happens to flush a pending prim.
This commit is contained in:
Unknown W. Brackets 2014-08-27 23:10:07 -07:00
parent fc5d62804e
commit 9cab344026

View File

@ -2185,6 +2185,7 @@ bool FramebufferManager::NotifyFramebufferCopy(u32 src, u32 dst, int size, bool
if (g_Config.bBlockTransferGPU) {
BlitFramebuffer_(dstBuffer, 0, dstY, srcBuffer, 0, srcY, srcBuffer->width, srcH, 0);
SetColorUpdated(dstBuffer);
RebindFramebuffer();
}
}
return false;