properly implement ABGR4 decoder

This commit is contained in:
Samuliak 2024-10-01 19:37:11 +02:00
parent 2fb4d83a5f
commit 6ba6157bae
2 changed files with 2 additions and 43 deletions

View file

@ -2283,7 +2283,7 @@ void VulkanRenderer::GetTextureFormatInfoVK(Latte::E_GX2SURFFMT format, bool isD
}
else {
formatInfoOut->vkImageFormat = VK_FORMAT_R4G4B4A4_UNORM_PACK16;
formatInfoOut->decoder = TextureDecoder_R4_G4_UNORM_To_RGBA4_vk::getInstance();
formatInfoOut->decoder = TextureDecoder_R4_G4_UNORM_To_ABGR4::getInstance();
}
}
else