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.Nvdec.Vp9/InternalErrorException.cs | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Ryujinx.Graphics.Nvdec.Vp9/InternalErrorException.cs (limited to 'Ryujinx.Graphics.Nvdec.Vp9/InternalErrorException.cs') diff --git a/Ryujinx.Graphics.Nvdec.Vp9/InternalErrorException.cs b/Ryujinx.Graphics.Nvdec.Vp9/InternalErrorException.cs deleted file mode 100644 index baa0ab99..00000000 --- a/Ryujinx.Graphics.Nvdec.Vp9/InternalErrorException.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; - -namespace Ryujinx.Graphics.Nvdec.Vp9 -{ - class InternalErrorException : Exception - { - public InternalErrorException(string message) : base(message) - { - } - - public InternalErrorException(string message, Exception innerException) : base(message, innerException) - { - } - } -} -- cgit v1.2.3