3
5
Fork 13
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-03-03 14:42:17 +00:00
Ryujinx/Ryujinx.HLE/HOS/Services/Caps
Berkan Diler 37d27c4c99
Some minor cleanups and optimizations ()
* 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 caps: Stubs GetAlbumFileList0AafeAruidDeprecated and GetAlbumFileList3AaeAruid () 2021-06-25 00:37:48 +02:00
CaptureManager.cs Some minor cleanups and optimizations () 2022-12-24 14:30:39 -03:00
IAlbumAccessorService.cs Refactoring commands handling () 2019-07-11 22:13:43 -03:00
IAlbumApplicationService.cs caps: Stubs GetAlbumFileList0AafeAruidDeprecated and GetAlbumFileList3AaeAruid () 2021-06-25 00:37:48 +02:00
IAlbumControlService.cs Initial support for the new 12.x IPC system () 2021-04-14 00:01:24 +02:00
IScreenShotApplicationService.cs HLE: Fix integer sign inconcistency accross the codebase () 2021-04-24 12:16:01 +02:00
IScreenShotControlService.cs Refactoring HOS folder structure () 2019-09-19 10:45:11 +10:00
IScreenshotService.cs Refactoring HOS folder structure () 2019-09-19 10:45:11 +10:00
ResultCode.cs caps: Stubs GetAlbumFileList0AafeAruidDeprecated and GetAlbumFileList3AaeAruid () 2021-06-25 00:37:48 +02:00