mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	gl_rasterizer_cache: Remove asserts for supported blits.
This commit is contained in:
		
							parent
							
								
									727136a9c9
								
							
						
					
					
						commit
						e341d868ee
					
				| @ -790,8 +790,6 @@ Surface RasterizerCacheOpenGL::RecreateSurface(const Surface& surface, | |||||||
|     // Verify surface is compatible for blitting
 |     // Verify surface is compatible for blitting
 | ||||||
|     const auto& params{surface->GetSurfaceParams()}; |     const auto& params{surface->GetSurfaceParams()}; | ||||||
|     ASSERT(params.type == new_params.type); |     ASSERT(params.type == new_params.type); | ||||||
|     ASSERT(params.pixel_format == new_params.pixel_format); |  | ||||||
|     ASSERT(params.component_type == new_params.component_type); |  | ||||||
| 
 | 
 | ||||||
|     // Create a new surface with the new parameters, and blit the previous surface to it
 |     // Create a new surface with the new parameters, and blit the previous surface to it
 | ||||||
|     Surface new_surface{std::make_shared<CachedSurface>(new_params)}; |     Surface new_surface{std::make_shared<CachedSurface>(new_params)}; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei