mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-11 09:18:30 +12:00
fix typo in texture decoder
This commit is contained in:
parent
967a74024a
commit
55d9436bf3
2 changed files with 2 additions and 1 deletions
|
@ -679,7 +679,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
class TextureDecoder_R4G4_UNORM_To_RG8 : public TextureDecoder, public SingletonClass<TextureDecoder_R4G4_UNORM_To_RGBA8>
|
||||
class TextureDecoder_R4G4_UNORM_To_RG8 : public TextureDecoder, public SingletonClass<TextureDecoder_R4G4_UNORM_To_RG8>
|
||||
{
|
||||
public:
|
||||
sint32 getBytesPerTexel(LatteTextureLoaderCtx* textureLoader) override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue