1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-10-19 04:51:46 +01:00
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
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
IScreenshotService.cs
ResultCode.cs caps: Stubs GetAlbumFileList0AafeAruidDeprecated and GetAlbumFileList3AaeAruid (#2403) 2021-06-25 00:37:48 +02:00