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,8 @@
namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuGpu
{
struct NvGpuGpuGetActiveSlotMask
{
public int Slot;
public int Mask;
}
}