mirror of
				https://github.com/ryujinx-mirror/ryujinx.git
				synced 2025-11-04 08:59:04 -06:00 
			
		
		
		
	Force Vulkan swapchain re-creation when window size changes (#7003)
This commit is contained in:
		@@ -623,7 +623,8 @@ namespace Ryujinx.Graphics.Vulkan
 | 
			
		||||
 | 
			
		||||
        public override void SetSize(int width, int height)
 | 
			
		||||
        {
 | 
			
		||||
            // Not needed as we can get the size from the surface.
 | 
			
		||||
            // We don't need to use width and height as we can get the size from the surface.
 | 
			
		||||
            _swapchainIsDirty = true;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        public override void ChangeVSyncMode(bool vsyncEnabled)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user