1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-20 15:51:30 +00:00
Ryujinx/Ryujinx.HLE/HOS/Services/Account/Acc
Berkan Diler 37d27c4c99
Some minor cleanups and optimizations (#4174)
* Replace Array.Clear(x, 0, x.Length) with Array.Clear(x)

* Use DateTime.UnixEpoch field

* Replace SHA256.ComputeHash calls with static SHA256.HashData call

More performant and avoids the need to initialize a SHA256 instance.
2022-12-24 14:30:39 -03:00
..
AccountService Fix ListOpenContextStoredUsers and stub LoadOpenContext (#3718) 2022-09-27 21:24:52 -03:00
AsyncContext
Types Some minor cleanups and optimizations (#4174) 2022-12-24 14:30:39 -03:00
AccountManager.cs Fix ListOpenContextStoredUsers and stub LoadOpenContext (#3718) 2022-09-27 21:24:52 -03:00
AccountSaveDataManager.cs
ApplicationServiceServer.cs acc: Stub CheckNetworkServiceAvailabilityAsync (#4052) 2022-12-07 23:19:22 +01:00
DefaultUserImage.jpg
IAccountServiceForAdministrator.cs
IAccountServiceForApplication.cs acc: Stub CheckNetworkServiceAvailabilityAsync (#4052) 2022-12-07 23:19:22 +01:00
IAccountServiceForSystemService.cs
IAsyncContext.cs Address gdkchan's comment 2022-08-31 21:33:03 +02:00
IAsyncNetworkServiceLicenseKindContext.cs Address gdkchan's comment 2022-08-31 21:33:03 +02:00
IBaasAccessTokenAccessor.cs