Ryujinx/Ryujinx.HLE/HOS/Services/Account
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
..
Acc Some minor cleanups and optimizations (#4174) 2022-12-24 14:30:39 -03:00
Dauth Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
ResultCode.cs account: Implement LoadNetworkServiceLicenseKindAsync 2022-08-31 21:33:03 +02:00