mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-31 23:07:09 +02:00
Fix GetLastOpenedUser stub returning an invalid account id value
This commit is contained in:
parent
9dfc5c90f2
commit
bb04b23ca7
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ namespace Ryujinx.HLE.OsHle.Services.Acc
|
|||
|
||||
public long GetLastOpenedUser(ServiceCtx Context)
|
||||
{
|
||||
Context.ResponseData.Write(0L);
|
||||
Context.ResponseData.Write(1L);
|
||||
Context.ResponseData.Write(0L);
|
||||
|
||||
Context.Ns.Log.PrintStub(LogClass.ServiceAcc, "Stubbed.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue