2018-03-20 20:00:00 +00:00
|
|
|
namespace Ryujinx.Core.OsHle.Services.Nv
|
2018-03-12 04:04:52 +00:00
|
|
|
{
|
|
|
|
class NvMap
|
|
|
|
{
|
|
|
|
public int Handle;
|
|
|
|
public int Id;
|
|
|
|
public int Size;
|
|
|
|
public int Align;
|
|
|
|
public int Kind;
|
2018-03-20 15:18:25 +00:00
|
|
|
public long CpuAddress;
|
2018-03-12 04:04:52 +00:00
|
|
|
}
|
|
|
|
}
|