0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2024-12-26 08:25:46 +00:00
Ryujinx/Ryujinx.HLE/HOS/Services/Nv/NvMap/NvMapGetId.cs

8 lines
131 B
C#
Raw Normal View History

namespace Ryujinx.HLE.HOS.Services.Nv.NvMap
{
struct NvMapGetId
{
public int Id;
public int Handle;
}
}