mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-11 21:17:43 +02:00
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;
|
|
}
|
|
}
|