mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-12-28 11:33:06 +00:00
Update NvGpuFifo.cs
This commit is contained in:
parent
4207a9e8cb
commit
97ce41b3d4
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ 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);
|
||||||
|
|
Loading…
Reference in a new issue