Correct offset type
This commit is contained in:
parent
e39fa6d890
commit
c975befc19
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ namespace Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvHostAsGpu.Types
|
||||||
public ushort Flags;
|
public ushort Flags;
|
||||||
public ushort Kind;
|
public ushort Kind;
|
||||||
public int NvMapHandle;
|
public int NvMapHandle;
|
||||||
public int MapOffset;
|
public uint MapOffset;
|
||||||
public uint GpuOffset;
|
public uint GpuOffset;
|
||||||
public uint Pages;
|
public uint Pages;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue