Ryujinx/Ryujinx.HLE/HOS/Services/Pcv/Bpc
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
..
IBoardPowerControlManager.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IRtcManager.cs Some minor cleanups and optimizations (#4174) 2022-12-24 14:30:39 -03:00