Skip to content
Permalink
Browse files
Merge pull request #10471 from Pokechu22/flush-efb-pokes-before-peeking
FramebufferManager: Flush pending EFB pokes in PopulateEFBCache
  • Loading branch information
Pokechu22 committed Feb 23, 2022
2 parents 5da55c9 + 23cbd57 commit 5b3b6a7
Showing 1 changed file with 1 addition and 0 deletions.
@@ -593,6 +593,7 @@ void FramebufferManager::DestroyReadbackFramebuffer()

void FramebufferManager::PopulateEFBCache(bool depth, u32 tile_index)
{
FlushEFBPokes();
g_vertex_manager->OnCPUEFBAccess();

// Force the path through the intermediate texture, as we can't do an image copy from a depth

0 comments on commit 5b3b6a7

Please sign in to comment.