return correct texture size
This commit is contained in:
parent
873e02e419
commit
9f97ce3786
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ namespace Ryujinx.HLE.Gpu.Texture
|
|||
case GalTextureFormat.A8B8G8R8:
|
||||
case GalTextureFormat.R32:
|
||||
case GalTextureFormat.ZF32:
|
||||
case GalTextureFormat.Z24S8:
|
||||
return Texture.Width * Texture.Height * 4;
|
||||
|
||||
case GalTextureFormat.A1B5G5R5:
|
||||
|
|
Loading…
Add table
Reference in a new issue