diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/CommandHIpcAttribute.cs')
| -rw-r--r-- | Ryujinx.HLE/HOS/Services/CommandHIpcAttribute.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Ryujinx.HLE/HOS/Services/CommandHIpcAttribute.cs b/Ryujinx.HLE/HOS/Services/CommandHIpcAttribute.cs deleted file mode 100644 index ecdb7561..00000000 --- a/Ryujinx.HLE/HOS/Services/CommandHIpcAttribute.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace Ryujinx.HLE.HOS.Services -{ - [AttributeUsage(AttributeTargets.Method, AllowMultiple = true)] - class CommandHipcAttribute : Attribute - { - public readonly int Id; - - public CommandHipcAttribute(int id) => Id = id; - } -}
\ No newline at end of file |
