mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
Merge pull request #10471 from Pokechu22/flush-efb-pokes-before-peeking
FramebufferManager: Flush pending EFB pokes in PopulateEFBCache
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user