Fix
This commit is contained in:
parent
3aa40d2ae4
commit
eb4e7e644d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ namespace Ryujinx.HLE.HOS.Services.Acc
|
|||
Context.RequestData.ReadInt64(),
|
||||
Context.RequestData.ReadInt64());
|
||||
|
||||
Context.ResponseData.Write(Context.Device.System.State.TryGetUser(Uuid, out _) ? true : false);
|
||||
Context.ResponseData.Write(Context.Device.System.State.TryGetUser(Uuid, out _));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue