PointerSizedAttribute.cs
1 using System; 2 3 namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall 4 { 5 [AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)] 6 class PointerSizedAttribute : Attribute 7 { 8 } 9 }
1 using System; 2 3 namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall 4 { 5 [AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)] 6 class PointerSizedAttribute : Attribute 7 { 8 } 9 }