mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-21 10:37:10 +00:00
misc: chore: Discard unused parameters
This commit is contained in:
parent
d773bd60f4
commit
0928851966
42 changed files with 97 additions and 97 deletions
|
|
@ -69,7 +69,7 @@ namespace Ryujinx.HLE.HOS.Services.Account.Acc
|
|||
|
||||
UserProfile profile = new(userId, name, image);
|
||||
|
||||
_profiles.AddOrUpdate(userId.ToString(), profile, (key, old) => profile);
|
||||
_profiles.AddOrUpdate(userId.ToString(), profile, (_, _) => profile);
|
||||
|
||||
_accountSaveDataManager.Save(_profiles);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue