mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 22:35:39 +00:00
Cheevos: Clear login timestamp on logout
This commit is contained in:
parent
f3ebd286c4
commit
fa03038cef
|
@ -435,6 +435,7 @@ void Logout()
|
|||
{
|
||||
GetHostInterface()->GetSettingsInterface()->DeleteValue("Cheevos", "Username");
|
||||
GetHostInterface()->GetSettingsInterface()->DeleteValue("Cheevos", "Token");
|
||||
GetHostInterface()->GetSettingsInterface()->DeleteValue("Cheevos", "LoginTimestamp");
|
||||
GetHostInterface()->GetSettingsInterface()->Save();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue