diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/CommandAttributes.cs')
| -rw-r--r-- | Ryujinx.HLE/HOS/Services/CommandAttributes.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/HOS/Services/CommandAttributes.cs b/Ryujinx.HLE/HOS/Services/CommandAttributes.cs index 2747552b..43aadf16 100644 --- a/Ryujinx.HLE/HOS/Services/CommandAttributes.cs +++ b/Ryujinx.HLE/HOS/Services/CommandAttributes.cs @@ -3,7 +3,7 @@ namespace Ryujinx.HLE.HOS.Services { [AttributeUsage(AttributeTargets.Method, AllowMultiple = true)] - public class CommandAttribute : Attribute + class CommandAttribute : Attribute { public readonly int Id; |
