1 2 3 4 5 6
using Ryujinx.HLE.Gpu.Memory; namespace Ryujinx.HLE.Gpu.Engines { delegate void NvGpuMethod(NvGpuVmm Vmm, NvGpuPBEntry PBEntry); }