Correct offset type

This commit is contained in:
gdkchan 2019-12-24 21:52:22 -03:00
parent e39fa6d890
commit c975befc19

View file

@ -8,7 +8,7 @@ namespace Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvHostAsGpu.Types
public ushort Flags;
public ushort Kind;
public int NvMapHandle;
public int MapOffset;
public uint MapOffset;
public uint GpuOffset;
public uint Pages;
}