11 lines
223 B
C#
11 lines
223 B
C#
|
namespace Ryujinx.Core.OsHle.Services.Nv.NvMap
|
||
|
{
|
||
|
struct NvMapFree
|
||
|
{
|
||
|
public int Handle;
|
||
|
public int Padding;
|
||
|
public long RefCount;
|
||
|
public int Size;
|
||
|
public int Flags;
|
||
|
}
|
||
|
}
|