mirror of
https://git.ryujinx.app/archive/ryujinx-mirror.git
synced 2025-10-05 02:12:59 +00:00
11 lines
No EOL
222 B
C#
11 lines
No EOL
222 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
|
|
{
|
|
struct NvMapFree
|
|
{
|
|
public int Handle;
|
|
public int Padding;
|
|
public long RefCount;
|
|
public int Size;
|
|
public int Flags;
|
|
}
|
|
} |