8 lines
136 B
C#

namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
{
struct NvMapCreate
{
public int Size;
public int Handle;
}
}