1
0
mirror of synced 2025-02-25 22:38:07 +01:00

Fix dds decoder

This commit is contained in:
KillzXGaming 2019-06-26 13:35:35 -04:00
parent cec9928991
commit 65341998c3
4 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -495,8 +495,6 @@ namespace Switch_Toolbox.Library
}
public static unsafe byte[] DecompressBlock(Byte[] data, int width, int height, DDS.DXGI_FORMAT format)
{
return DecompressCompLibBlock(data, width, height, format);
Console.WriteLine(format);
Console.WriteLine(data.Length);
Console.WriteLine(width);