Update NvGpuFifo.cs

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

View file

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