1
0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-25 10:21:56 -08:00

8 lines
128 B
C#

namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuGpu
{
struct NvGpuGpuZcullGetCtxSize
{
public int Size;
}
}