mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-13 16:37:42 +02:00
8 lines
155 B
C#
8 lines
155 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuGpu
|
|
{
|
|
struct NvGpuGpuGetActiveSlotMask
|
|
{
|
|
public int Slot;
|
|
public int Mask;
|
|
}
|
|
}
|