namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap { struct NvMapParam { public int Handle; public int Param; public int Result; } }