correct coding style (4/5)
This commit is contained in:
parent
3728697eeb
commit
efd4b8e4d4
1 changed files with 1 additions and 1 deletions
|
@ -54,9 +54,9 @@ namespace Ryujinx.HLE.Gpu.Texture
|
|||
return CompressedTextureSize(Texture.Width, Texture.Height, 4, 4, 8);
|
||||
}
|
||||
|
||||
case GalTextureFormat.BC7U:
|
||||
case GalTextureFormat.BC6H_SF16:
|
||||
case GalTextureFormat.BC6H_UF16:
|
||||
case GalTextureFormat.BC7U:
|
||||
case GalTextureFormat.BC2:
|
||||
case GalTextureFormat.BC3:
|
||||
case GalTextureFormat.BC5:
|
||||
|
|
Loading…
Add table
Reference in a new issue