1
0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-18 10:01:56 -08:00

9 lines
161 B
C#
Raw Normal View History

namespace Ryujinx.HLE.HOS.Services.Nv.NvMap
{
struct NvMapParam
{
public int Handle;
public int Param;
public int Result;
}
}