From cee712105850ac3385cd0091a923438167433f9f Mon Sep 17 00:00:00 2001 From: TSR Berry <20988865+TSRBerry@users.noreply.github.com> Date: Sat, 8 Apr 2023 01:22:00 +0200 Subject: Move solution and projects to src --- Ryujinx.Graphics.Texture/Astc/AstcDecoderException.cs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Ryujinx.Graphics.Texture/Astc/AstcDecoderException.cs (limited to 'Ryujinx.Graphics.Texture/Astc/AstcDecoderException.cs') diff --git a/Ryujinx.Graphics.Texture/Astc/AstcDecoderException.cs b/Ryujinx.Graphics.Texture/Astc/AstcDecoderException.cs deleted file mode 100644 index fdc48267..00000000 --- a/Ryujinx.Graphics.Texture/Astc/AstcDecoderException.cs +++ /dev/null @@ -1,9 +0,0 @@ -using System; - -namespace Ryujinx.Graphics.Texture.Astc -{ - public class AstcDecoderException : Exception - { - public AstcDecoderException(string exMsg) : base(exMsg) { } - } -} \ No newline at end of file -- cgit v1.2.3