namespace Ryujinx.HLE.HOS.Services.Nv.NvGpuGpu
{
    struct NvGpuGpuZcullGetCtxSize
    {
        public int Size;
    }
}