mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #2984 from lioncash/fallthrough2
video_core/surface: Add missing break in PixelFormatFromTextureFormat()
This commit is contained in:
		
						commit
						60315060b1
					
				@ -252,6 +252,7 @@ PixelFormat PixelFormatFromTextureFormat(Tegra::Texture::TextureFormat format,
 | 
				
			|||||||
        default:
 | 
					        default:
 | 
				
			||||||
            break;
 | 
					            break;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					        break;
 | 
				
			||||||
    case Tegra::Texture::TextureFormat::R32_G32_B32_A32:
 | 
					    case Tegra::Texture::TextureFormat::R32_G32_B32_A32:
 | 
				
			||||||
        switch (component_type) {
 | 
					        switch (component_type) {
 | 
				
			||||||
        case Tegra::Texture::ComponentType::FLOAT:
 | 
					        case Tegra::Texture::ComponentType::FLOAT:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user