mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-14 03:27:42 +02:00
7 lines
128 B
C#
7 lines
128 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuGpu
|
|
{
|
|
struct NvGpuGpuZcullGetCtxSize
|
|
{
|
|
public int Size;
|
|
}
|
|
}
|