Ryujinx/Ryujinx.HLE/HOS/Services/Account/Acc/Types
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
..
AccountServiceFlag.cs account: Services Refactoring (#1833) 2021-01-02 23:34:28 +01:00
AccountState.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
NetworkServiceLicenseKind.cs account: Implement LoadNetworkServiceLicenseKindAsync 2022-08-31 21:33:03 +02:00
UserId.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
UserProfile.cs Some minor cleanups and optimizations (#4174) 2022-12-24 14:30:39 -03:00