mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-02-03 16:46:17 +01:00
7 lines
No EOL
121 B
C#
7 lines
No EOL
121 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuAS
|
|
{
|
|
struct NvGpuASUnmapBuffer
|
|
{
|
|
public long Offset;
|
|
}
|
|
} |