Don't default switch swizzle for dds
This commit is contained in:
parent
e8283ac4ee
commit
732f3a7aeb
Binary file not shown.
@ -766,9 +766,11 @@ namespace Switch_Toolbox.Library
|
|||||||
ArrayCount = DX10header.arrayFlag;
|
ArrayCount = DX10header.arrayFlag;
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool SwitchSwizzle = true;
|
public bool SwitchSwizzle = false;
|
||||||
public override byte[] GetImageData(int ArrayLevel = 0, int MipLevel = 0)
|
public override byte[] GetImageData(int ArrayLevel = 0, int MipLevel = 0)
|
||||||
{
|
{
|
||||||
|
if (IsAtscFormat(Format)) SwitchSwizzle = true;
|
||||||
|
|
||||||
if (SwitchSwizzle)
|
if (SwitchSwizzle)
|
||||||
return TegraX1Swizzle.GetImageData(this, bdata, ArrayLevel, MipLevel);
|
return TegraX1Swizzle.GetImageData(this, bdata, ArrayLevel, MipLevel);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user