mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-11 09:18:30 +12:00
use alternative texture decoders for unsupported formats
This commit is contained in:
parent
f9e71e9eb2
commit
810168be48
2 changed files with 39 additions and 42 deletions
|
@ -764,7 +764,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
class TextureDecoder_R4G4B4A4_UNORM_To_ABGR4 : public TextureDecoder, public SingletonClass<TextureDecoder_R4G4B4A4_UNORM_To_ABGR4>
|
||||
class TextureDecoder_R4_G4_B4_A4_UNORM_To_ABGR4 : public TextureDecoder, public SingletonClass<TextureDecoder_R4_G4_B4_A4_UNORM_To_ABGR4>
|
||||
{
|
||||
public:
|
||||
sint32 getBytesPerTexel(LatteTextureLoaderCtx* textureLoader) override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue