From 2b1a16c3bb16b9aac817d695454663177c492746 Mon Sep 17 00:00:00 2001 From: Thog Date: Wed, 30 Oct 2019 01:57:14 +0100 Subject: [PATCH] Align variables in ioctl3 --- Ryujinx.HLE/HOS/Services/Nv/INvDrvServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.HLE/HOS/Services/Nv/INvDrvServices.cs b/Ryujinx.HLE/HOS/Services/Nv/INvDrvServices.cs index 69913c9d85..6c0a58885f 100644 --- a/Ryujinx.HLE/HOS/Services/Nv/INvDrvServices.cs +++ b/Ryujinx.HLE/HOS/Services/Nv/INvDrvServices.cs @@ -471,7 +471,7 @@ namespace Ryujinx.HLE.HOS.Services.Nv if (errorCode == NvResult.Success) { - int fd = context.RequestData.ReadInt32(); + int fd = context.RequestData.ReadInt32(); NvIoctl ioctlCommand = context.RequestData.ReadStruct(); (long inlineOutBufferPosition, long inlineOutBufferSize) = context.Request.GetBufferType0x22(1);