Ryujinx/Ryujinx.HLE/HOS/Services/Caps
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 caps: Stubs GetAlbumFileList0AafeAruidDeprecated and GetAlbumFileList3AaeAruid (#2403) 2021-06-25 00:37:48 +02:00
CaptureManager.cs Some minor cleanups and optimizations (#4174) 2022-12-24 14:30:39 -03:00
IAlbumAccessorService.cs Refactoring commands handling (#728) 2019-07-11 22:13:43 -03:00
IAlbumApplicationService.cs caps: Stubs GetAlbumFileList0AafeAruidDeprecated and GetAlbumFileList3AaeAruid (#2403) 2021-06-25 00:37:48 +02:00
IAlbumControlService.cs Initial support for the new 12.x IPC system (#2182) 2021-04-14 00:01:24 +02:00
IScreenShotApplicationService.cs HLE: Fix integer sign inconcistency accross the codebase (#2222) 2021-04-24 12:16:01 +02:00
IScreenShotControlService.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IScreenshotService.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
ResultCode.cs caps: Stubs GetAlbumFileList0AafeAruidDeprecated and GetAlbumFileList3AaeAruid (#2403) 2021-06-25 00:37:48 +02:00