mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-12 01:37:02 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| Types | ||
| CaptureManager.cs | ||
| IAlbumAccessorService.cs | ||
| IAlbumApplicationService.cs | ||
| IAlbumControlService.cs | ||
| IScreenShotApplicationService.cs | ||
| IScreenShotControlService.cs | ||
| IScreenshotService.cs | ||
| ResultCode.cs | ||