mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Another one bites the dust
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5263 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
9cf7cb6cb8
commit
e0b4cbcdae
1 changed files with 3 additions and 0 deletions
|
@ -165,6 +165,9 @@ PC_TexFormat TexDecoder_Decode_OpenCL(u8 *dst, const u8 *src, int width, int hei
|
||||||
formatResult = PC_TEX_FMT_RGB565;
|
formatResult = PC_TEX_FMT_RGB565;
|
||||||
break;
|
break;
|
||||||
case GX_TF_RGB5A3:
|
case GX_TF_RGB5A3:
|
||||||
|
// Doesn't decode correctly
|
||||||
|
// See Sonic Adventure 2: Battle opening sequence
|
||||||
|
return PC_TEX_FMT_NONE;
|
||||||
kernelToRun = Decoders[6].kernel;
|
kernelToRun = Decoders[6].kernel;
|
||||||
sizeOfSrc = sizeof(u16);
|
sizeOfSrc = sizeof(u16);
|
||||||
sizeOfDst = sizeof(u32);
|
sizeOfDst = sizeof(u32);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue