aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Applets/Error/ErrorCommonArg.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/HOS/Applets/Error/ErrorCommonArg.cs')
-rw-r--r--Ryujinx.HLE/HOS/Applets/Error/ErrorCommonArg.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Ryujinx.HLE/HOS/Applets/Error/ErrorCommonArg.cs b/Ryujinx.HLE/HOS/Applets/Error/ErrorCommonArg.cs
deleted file mode 100644
index 530a2ad8..00000000
--- a/Ryujinx.HLE/HOS/Applets/Error/ErrorCommonArg.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System.Runtime.InteropServices;
-
-namespace Ryujinx.HLE.HOS.Applets.Error
-{
- [StructLayout(LayoutKind.Sequential, Pack = 1)]
- struct ErrorCommonArg
- {
- public uint Module;
- public uint Description;
- public uint ResultCode;
- }
-} \ No newline at end of file