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