fix array count
This commit is contained in:
parent
c2ca00b6ac
commit
3f4a0e7bfc
1 changed files with 1 additions and 3 deletions
|
@ -259,9 +259,7 @@ namespace Ryujinx.HLE.OsHle.Services.Time
|
|||
|
||||
Context.Memory.WriteInt64(Position, PosixTime);
|
||||
|
||||
int Count = BitConverter.GetBytes(PosixTime).Length;
|
||||
|
||||
Context.ResponseData.Write(Count);
|
||||
Context.ResponseData.Write(1);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue