mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-12-21 06:25:09 -06:00
7 lines
121 B
C#
7 lines
121 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuAS
|
|
{
|
|
struct NvGpuASUnmapBuffer
|
|
{
|
|
public long Offset;
|
|
}
|
|
} |