mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 01:29:48 -06:00
Fix exception throw message for unimpl texture formats (#398)
This commit is contained in:
@ -178,7 +178,7 @@ namespace Ryujinx.HLE.Gpu.Texture
|
||||
}
|
||||
}
|
||||
|
||||
throw new NotImplementedException("0x" + Image.Format.ToString("x2"));
|
||||
throw new NotImplementedException(Image.Format.ToString());
|
||||
}
|
||||
|
||||
public static int CompressedTextureSize(int TextureWidth, int TextureHeight, int BlockWidth, int BlockHeight, int Bpb)
|
||||
|
Reference in New Issue
Block a user