Fix alignment again
This commit is contained in:
parent
084774979d
commit
24ee4f4d66
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ namespace Ryujinx.HLE.HOS.Services.FspSrv
|
|||
{
|
||||
string name = ReadUtf8String(context);
|
||||
|
||||
int mode = context.RequestData.ReadInt32();
|
||||
int mode = context.RequestData.ReadInt32();
|
||||
long size = context.RequestData.ReadInt64();
|
||||
|
||||
if (name == null)
|
||||
|
|
Loading…
Add table
Reference in a new issue