mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-21 01:37:08 +00:00
misc: chore: Use collection expressions
This commit is contained in:
parent
4d5757417e
commit
e2973a875a
236 changed files with 9843 additions and 7561 deletions
|
|
@ -33,7 +33,7 @@ namespace Ryujinx.HLE.HOS.Services.Account.Acc
|
|||
_horizonClient = horizonClient;
|
||||
|
||||
_profiles = new ConcurrentDictionary<string, UserProfile>();
|
||||
_storedOpenedUsers = Array.Empty<UserProfile>();
|
||||
_storedOpenedUsers = [];
|
||||
|
||||
_accountSaveDataManager = new AccountSaveDataManager(_profiles);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue