Closed michael-fadely closed 7 years ago
I've attached a set of textures from Sonic Adventure (Dreamcast) that fail to decode: broken.zip
It seems to happen in VrSharp.PvrTexture.PvrPixelCodec.Rgb565.DecodePixel which is called by VrSharp.VrPixelCodec.DecodePalette
VrSharp.PvrTexture.PvrPixelCodec.Rgb565.DecodePixel
VrSharp.VrPixelCodec.DecodePalette
All these textures now decode correctly in 2.0.2.
I've attached a set of textures from Sonic Adventure (Dreamcast) that fail to decode: broken.zip
It seems to happen in
VrSharp.PvrTexture.PvrPixelCodec.Rgb565.DecodePixel
which is called byVrSharp.VrPixelCodec.DecodePalette