aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/ErrorCode.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/HOS/ErrorCode.cs')
-rw-r--r--Ryujinx.HLE/HOS/ErrorCode.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Ryujinx.HLE/HOS/ErrorCode.cs b/Ryujinx.HLE/HOS/ErrorCode.cs
deleted file mode 100644
index 564fa91d..00000000
--- a/Ryujinx.HLE/HOS/ErrorCode.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-namespace Ryujinx.HLE.HOS
-{
- static class ErrorCode
- {
- public static uint MakeError(ErrorModule module, int code)
- {
- return (uint)module | ((uint)code << 9);
- }
- }
-} \ No newline at end of file