diff options
Diffstat (limited to 'src/Ryujinx.Graphics.Texture/Astc/AstcDecoderException.cs')
-rw-r--r-- | src/Ryujinx.Graphics.Texture/Astc/AstcDecoderException.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Graphics.Texture/Astc/AstcDecoderException.cs b/src/Ryujinx.Graphics.Texture/Astc/AstcDecoderException.cs index fdc48267..9ff3ddb2 100644 --- a/src/Ryujinx.Graphics.Texture/Astc/AstcDecoderException.cs +++ b/src/Ryujinx.Graphics.Texture/Astc/AstcDecoderException.cs @@ -6,4 +6,4 @@ namespace Ryujinx.Graphics.Texture.Astc { public AstcDecoderException(string exMsg) : base(exMsg) { } } -}
\ No newline at end of file +} |