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)]
|
||||
struct GetVaRegionsArguments
|
||||
{
|
||||
public ulong Unused;
|
||||
public uint BufferSize;
|
||||
public uint Padding;
|
||||
public VaRegion Region0;
|
||||
public VaRegion Region1;
|
||||
public ulong Unused;
|
||||
public uint BufferSize;
|
||||
public uint Padding;
|
||||
public VaRegion Region0;
|
||||
public VaRegion Region1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue