using System.Runtime.InteropServices; namespace Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvHostChannel.Types { [StructLayout(LayoutKind.Sequential)] struct GetParameterArguments { public uint Parameter; public uint Value; } }