aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Texture/Astc/AstcDecoderException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Texture/Astc/AstcDecoderException.cs')
-rw-r--r--Ryujinx.Graphics.Texture/Astc/AstcDecoderException.cs9
1 files changed, 0 insertions, 9 deletions
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