mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	gl_rasterizer_cache: Remove unnecessary newline
This commit is contained in:
		
							parent
							
								
									e25c464c02
								
							
						
					
					
						commit
						054e39647c
					
				@ -36,7 +36,6 @@ using PixelFormat = VideoCore::Surface::PixelFormat;
 | 
				
			|||||||
using ComponentType = VideoCore::Surface::ComponentType;
 | 
					using ComponentType = VideoCore::Surface::ComponentType;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct SurfaceParams {
 | 
					struct SurfaceParams {
 | 
				
			||||||
 | 
					 | 
				
			||||||
    enum class SurfaceClass {
 | 
					    enum class SurfaceClass {
 | 
				
			||||||
        Uploaded,
 | 
					        Uploaded,
 | 
				
			||||||
        RenderTarget,
 | 
					        RenderTarget,
 | 
				
			||||||
@ -185,7 +184,6 @@ struct SurfaceParams {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        if (bd == 32) {
 | 
					        if (bd == 32) {
 | 
				
			||||||
            const u32 bh = MipBlockHeight(mip_level);
 | 
					            const u32 bh = MipBlockHeight(mip_level);
 | 
				
			||||||
 | 
					 | 
				
			||||||
            if (bh >= 4) {
 | 
					            if (bh >= 4) {
 | 
				
			||||||
                return 16;
 | 
					                return 16;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user