Align variables in ioctl3

This commit is contained in:
Thog 2019-10-30 01:57:14 +01:00
parent 760a7ec60a
commit 2b1a16c3bb
No known key found for this signature in database
GPG key ID: 0CD291558FAFDBC6

View file

@ -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<NvIoctl>();
(long inlineOutBufferPosition, long inlineOutBufferSize) = context.Request.GetBufferType0x22(1);