NvGpuMethod.cs 96 B

1234
  1. namespace Ryujinx.HLE.Gpu
  2. {
  3. delegate void NvGpuMethod(NvGpuVmm Vmm, NvGpuPBEntry PBEntry);
  4. }