Update NvGpuFifo.cs

This commit is contained in:
greggameplayer 2018-06-16 03:27:19 +02:00 committed by GitHub
parent 7e1c765f56
commit 4207a9e8cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,9 +171,10 @@ namespace Ryujinx.HLE.Gpu
} }
} }
} }
private void CallDmaMethod(NvGpuVmm Vmm, NvGpuPBEntry PBEntry) private void CallDmaMethod(NvGpuVmm Vmm, NvGpuPBEntry PBEntry)
{ {
Gpu.EngineDma.CallMethod(Vmm, PBEntry); Gpu.EngineDma.CallMethod(Vmm, PBEntry);
} }
} }
} }