GetVaRegionsArguments realign
This commit is contained in:
parent
6336ead686
commit
3c9ba71fe7
1 changed files with 5 additions and 5 deletions
|
@ -14,10 +14,10 @@ namespace Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvHostAsGpu.Types
|
||||||
[StructLayout(LayoutKind.Sequential)]
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
struct GetVaRegionsArguments
|
struct GetVaRegionsArguments
|
||||||
{
|
{
|
||||||
public ulong Unused;
|
public ulong Unused;
|
||||||
public uint BufferSize;
|
public uint BufferSize;
|
||||||
public uint Padding;
|
public uint Padding;
|
||||||
public VaRegion Region0;
|
public VaRegion Region0;
|
||||||
public VaRegion Region1;
|
public VaRegion Region1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue