From 176707a40f5c22d9e0a8c960b1e6f79c05f9b1f4 Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Tue, 4 Dec 2018 19:42:58 -0600 Subject: [PATCH] Apply previous refactorings to the merged code --- .../HOS/Services/Nv/NvHostChannel/NvHostChannelIoctl.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ryujinx.HLE/HOS/Services/Nv/NvHostChannel/NvHostChannelIoctl.cs b/Ryujinx.HLE/HOS/Services/Nv/NvHostChannel/NvHostChannelIoctl.cs index 1f853f1d7f..a3b553098f 100644 --- a/Ryujinx.HLE/HOS/Services/Nv/NvHostChannel/NvHostChannelIoctl.cs +++ b/Ryujinx.HLE/HOS/Services/Nv/NvHostChannel/NvHostChannelIoctl.cs @@ -210,7 +210,7 @@ namespace Ryujinx.HLE.HOS.Services.Nv.NvHostChannel NvHostChannelSubmitGpfifo args = MemoryHelper.Read(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(context.Memory, inputPosition); - NvGpuVmm vmm = NvGpuASIoctl.GetASCtx(context).Vmm;; + NvGpuVmm vmm = NvGpuASIoctl.GetASCtx(context).Vmm; for (int index = 0; index < args.NumEntries; index++) {