mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-06 16:03:05 +00:00
12 lines
No EOL
263 B
C#
12 lines
No EOL
263 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuAS
|
|
{
|
|
struct NvGpuASRemap
|
|
{
|
|
public short Flags;
|
|
public short Kind;
|
|
public int NvMapHandle;
|
|
public int Padding;
|
|
public int Offset;
|
|
public int Pages;
|
|
}
|
|
} |