mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 09:50:47 -07: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