namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
{
    struct NvMapGetId
    {
        public int Id;
        public int Handle;
    }
}