mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-29 08:29:14 +00:00
8 lines
128 B
C#
8 lines
128 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuGpu
|
|
{
|
|
struct NvGpuGpuZcullGetCtxSize
|
|
{
|
|
public int Size;
|
|
}
|
|
}
|