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