Ryujinx/Ryujinx.HLE/HOS/Services/Ro
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
..
Types hle: Make Ryujinx.HLE project entirely safe (#2789) 2021-11-01 19:38:13 -03:00
IRoInterface.cs Some minor cleanups and optimizations (#4174) 2022-12-24 14:30:39 -03:00
ResultCode.cs Fix issues on ro implementation (#834) 2019-11-26 19:41:17 +01:00