mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-11 14:12:34 -07:00
8 lines
135 B
C#
8 lines
135 B
C#
namespace Ryujinx.HLE.HOS.Services.Nv.NvGpuGpu
|
|
{
|
|
internal struct NvGpuGpuZcullGetCtxSize
|
|
{
|
|
public int Size;
|
|
}
|
|
}
|