Fix NV stubs (#124)

* Fix NV stubs

* Compliant with feedback

* Oops, Compliant with feedback #2
This commit is contained in:
Starlet 2018-05-10 23:19:51 -04:00 committed by gdkchan
parent 0979426e63
commit 8e306b3ac1
5 changed files with 69 additions and 3 deletions

View file

@ -0,0 +1,10 @@
namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuGpu
{
struct NvGpuGpuGetTpcMasks
{
public int MaskBufferSize;
public int Reserved;
public long MaskBufferAddress;
public long Unk;
}
}