mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 21:58:44 +00:00
8e306b3ac1
* Fix NV stubs * Compliant with feedback * Oops, Compliant with feedback #2
9 lines
156 B
C#
9 lines
156 B
C#
namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuGpu
|
|
{
|
|
struct NvGpuGpuGetActiveSlotMask
|
|
{
|
|
public int Slot;
|
|
public int Mask;
|
|
}
|
|
}
|