namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap { struct NvMapCreate { public int Size; public int Handle; } }