mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-25 15:19:50 -06: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