mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	vk_rasterizer: Remove unused variable
This commit is contained in:
		
							parent
							
								
									98d85cdc20
								
							
						
					
					
						commit
						fc51ece7bf
					
				@ -548,8 +548,6 @@ bool RasterizerVulkan::AccelerateDisplay(const Tegra::FramebufferConfig& config,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    // Verify that the cached surface is the same size and format as the requested framebuffer
 | 
					    // Verify that the cached surface is the same size and format as the requested framebuffer
 | 
				
			||||||
    const auto& params{surface->GetSurfaceParams()};
 | 
					    const auto& params{surface->GetSurfaceParams()};
 | 
				
			||||||
    const auto& pixel_format{
 | 
					 | 
				
			||||||
        VideoCore::Surface::PixelFormatFromGPUPixelFormat(config.pixel_format)};
 | 
					 | 
				
			||||||
    ASSERT_MSG(params.width == config.width, "Framebuffer width is different");
 | 
					    ASSERT_MSG(params.width == config.width, "Framebuffer width is different");
 | 
				
			||||||
    ASSERT_MSG(params.height == config.height, "Framebuffer height is different");
 | 
					    ASSERT_MSG(params.height == config.height, "Framebuffer height is different");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user