mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 12:33:12 +00:00
GTX : Use original channel components.
This commit is contained in:
parent
e063086601
commit
8fc71d3c32
1 changed files with 0 additions and 2 deletions
|
@ -745,8 +745,6 @@ namespace FirstPlugin
|
||||||
surface.pitch = ftex.texture.Pitch;
|
surface.pitch = ftex.texture.Pitch;
|
||||||
surface.texRegs = GX2.CreateRegisters(surface);
|
surface.texRegs = GX2.CreateRegisters(surface);
|
||||||
|
|
||||||
SetChannelComponents();
|
|
||||||
|
|
||||||
Format = FTEX.ConvertFromGx2Format((Syroot.NintenTools.Bfres.GX2.GX2SurfaceFormat)surface.format);
|
Format = FTEX.ConvertFromGx2Format((Syroot.NintenTools.Bfres.GX2.GX2SurfaceFormat)surface.format);
|
||||||
Width = surface.width;
|
Width = surface.width;
|
||||||
Height = surface.height;
|
Height = surface.height;
|
||||||
|
|
Loading…
Reference in a new issue