aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Gpu/Exceptions/GpuExceptionHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/Gpu/Exceptions/GpuExceptionHelper.cs')
-rw-r--r--Ryujinx.HLE/Gpu/Exceptions/GpuExceptionHelper.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Ryujinx.HLE/Gpu/Exceptions/GpuExceptionHelper.cs b/Ryujinx.HLE/Gpu/Exceptions/GpuExceptionHelper.cs
deleted file mode 100644
index aeab9a29..00000000
--- a/Ryujinx.HLE/Gpu/Exceptions/GpuExceptionHelper.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-namespace Ryujinx.HLE.Gpu.Exceptions
-{
- static class GpuExceptionHelper
- {
- private const string CallCountExceeded = "Method call count exceeded the limit allowed per run!";
-
- public static void ThrowCallCoundExceeded()
- {
- throw new GpuException(CallCountExceeded);
- }
- }
-} \ No newline at end of file