mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Vulkan: Fix waiting on non-existant fence when reading back
This commit is contained in:
@ -377,9 +377,6 @@ void CommandBufferManager::OnCommandBufferExecuted(size_t index)
|
||||
backup_iter->second.second(resources.fence);
|
||||
}
|
||||
|
||||
for (const auto& iter : m_fence_point_callbacks)
|
||||
iter.second.second(resources.fence);
|
||||
|
||||
// Clean up all objects pending destruction on this command buffer
|
||||
for (auto& it : resources.cleanup_resources)
|
||||
it();
|
||||
|
Reference in New Issue
Block a user