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