Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
1 change: 1 addition & 0 deletions Source/Core/VideoCommon/FramebufferManager.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 5b3b6a7

Please sign in to comment.