mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-22 08:30:52 -05:00
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;
|
|
}
|
|
}
|