Make sure to use the right GX2 swizzling code so i don't break anything

This commit is contained in:
KillzXGaming 2019-05-31 17:21:13 -04:00
parent a3a6f9b98e
commit 3dd300e15f
8 changed files with 5 additions and 2 deletions

Binary file not shown.

View file

@ -2,7 +2,7 @@ using System;
using System.Linq;
using System.Collections.Generic;
namespace Switch_Toolbox.Library.OLD
namespace Switch_Toolbox.Library
{
public class GX2
{

View file

@ -2,7 +2,7 @@
using System.Linq;
using System.Collections.Generic;
namespace Switch_Toolbox.Library
namespace Switch_Toolbox.Library.NEW
{
//Todo fix swizzle issues with this one
public class GX2

View file

@ -450,6 +450,9 @@
<Content Include="Lib\VGAudio.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Lib\x64\DirectXTexNetImpl.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Lib\ZstdNet.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>