mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-23 15:07:11 +02:00
7 lines
128 B
C#
7 lines
128 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuGpu
|
|
{
|
|
struct NvGpuGpuZcullGetCtxSize
|
|
{
|
|
public int Size;
|
|
}
|
|
}
|