Apply previous refactorings to the merged code

This commit is contained in:
Alex Barney 2018-12-04 19:42:58 -06:00
parent 0b2b16d9a6
commit 176707a40f

View file

@ -210,7 +210,7 @@ namespace Ryujinx.HLE.HOS.Services.Nv.NvHostChannel
NvHostChannelSubmitGpfifo args = MemoryHelper.Read<NvHostChannelSubmitGpfifo>(context.Memory, inputPosition);
NvGpuVmm vmm = NvGpuASIoctl.GetASCtx(context).Vmm;;
NvGpuVmm vmm = NvGpuASIoctl.GetASCtx(context).Vmm;
for (int index = 0; index < args.NumEntries; index++)
{
@ -284,7 +284,7 @@ namespace Ryujinx.HLE.HOS.Services.Nv.NvHostChannel
NvHostChannelSubmitGpfifo args = MemoryHelper.Read<NvHostChannelSubmitGpfifo>(context.Memory, inputPosition);
NvGpuVmm vmm = NvGpuASIoctl.GetASCtx(context).Vmm;;
NvGpuVmm vmm = NvGpuASIoctl.GetASCtx(context).Vmm;
for (int index = 0; index < args.NumEntries; index++)
{