Merge pull request #10471 from Pokechu22/flush-efb-pokes-before-peeking
FramebufferManager: Flush pending EFB pokes in PopulateEFBCache
This commit is contained in:
commit
5b3b6a7f1d
|
@ -593,6 +593,7 @@ void FramebufferManager::DestroyReadbackFramebuffer()
|
||||||
|
|
||||||
void FramebufferManager::PopulateEFBCache(bool depth, u32 tile_index)
|
void FramebufferManager::PopulateEFBCache(bool depth, u32 tile_index)
|
||||||
{
|
{
|
||||||
|
FlushEFBPokes();
|
||||||
g_vertex_manager->OnCPUEFBAccess();
|
g_vertex_manager->OnCPUEFBAccess();
|
||||||
|
|
||||||
// Force the path through the intermediate texture, as we can't do an image copy from a depth
|
// Force the path through the intermediate texture, as we can't do an image copy from a depth
|
||||||
|
|
Loading…
Reference in New Issue