8e306b3ac1
* Fix NV stubs * Compliant with feedback * Oops, Compliant with feedback #2
8 lines
156 B
C#
8 lines
156 B
C#
namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuGpu
|
|
{
|
|
struct NvGpuGpuGetActiveSlotMask
|
|
{
|
|
public int Slot;
|
|
public int Mask;
|
|
}
|
|
}
|