mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-11 03:57:43 +02: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;
|
|
}
|
|
} |