NvGpuMethod.cs 97 B

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