mirror of
				https://github.com/ryujinx-mirror/ryujinx.git
				synced 2025-11-04 08:08:59 -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