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