From 18814d44b2e19f7a93ed48ef4799ced585d071e9 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 5 Jan 2020 22:04:37 -0300 Subject: Address PR feedback Add TODO comment for GL_EXT_polygon_offset_clamp --- .../NvDrvServices/NvHostChannel/NvHostChannelDeviceFile.cs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Ryujinx.HLE/HOS') diff --git a/Ryujinx.HLE/HOS/Services/Nv/NvDrvServices/NvHostChannel/NvHostChannelDeviceFile.cs b/Ryujinx.HLE/HOS/Services/Nv/NvDrvServices/NvHostChannel/NvHostChannelDeviceFile.cs index 72235427..212d69e0 100644 --- a/Ryujinx.HLE/HOS/Services/Nv/NvDrvServices/NvHostChannel/NvHostChannelDeviceFile.cs +++ b/Ryujinx.HLE/HOS/Services/Nv/NvDrvServices/NvHostChannel/NvHostChannelDeviceFile.cs @@ -12,11 +12,13 @@ namespace Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvHostChannel { class NvHostChannelDeviceFile : NvDeviceFile { - private uint _timeout; - private uint _submitTimeout; - private uint _timeslice; - private GpuContext _gpu; - private ARMeilleure.Memory.MemoryManager _memory; + private uint _timeout; + private uint _submitTimeout; + private uint _timeslice; + + private GpuContext _gpu; + + private ARMeilleure.Memory.MemoryManager _memory; public NvHostChannelDeviceFile(ServiceCtx context) : base(context) { -- cgit v1.2.3