mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-07-28 09:31:56 +00:00
13 lines
304 B
C#
13 lines
304 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuAS
|
|
{
|
|
struct NvGpuASMapBufferEx
|
|
{
|
|
public int Flags;
|
|
public int Kind;
|
|
public int NvMapHandle;
|
|
public int PageSize;
|
|
public long BufferOffset;
|
|
public long MappingSize;
|
|
public long Offset;
|
|
}
|
|
} |