namespace Ryujinx.HLE.HOS.Services.Nv.NvGpuGpu
{
internal struct NvGpuGpuGetActiveSlotMask
public int Slot;
public int Mask;
}