mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 17:45:26 +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;
|
|
}
|
|
}
|