mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-23 09:46:26 -05:00
Account for swapchain image count change after re-creation (#6652)
This commit is contained in:
@@ -330,6 +330,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
_swapchainIsDirty)
|
||||
{
|
||||
RecreateSwapchain();
|
||||
semaphoreIndex = (_frameIndex - 1) % _imageAvailableSemaphores.Length;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user