mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 04:22:25 -07:00
renderer_vulkan: allow up to 7 swapchain images
This commit is contained in:
@@ -270,7 +270,7 @@ private:
|
||||
|
||||
std::jthread fence_thread;
|
||||
|
||||
DelayedDestructionRing<TFence, 6> delayed_destruction_ring;
|
||||
DelayedDestructionRing<TFence, 8> delayed_destruction_ring;
|
||||
};
|
||||
|
||||
} // namespace VideoCommon
|
||||
|
Reference in New Issue
Block a user