Updated Changelog (markdown)

MetrosexualGarbodor 2024-07-16 11:09:22 +01:00
parent 9629dba5e4
commit 73569ddff4
1 changed files with 16 additions and 0 deletions

@ -3,6 +3,22 @@ All updates to the Ryujinx official master build will be documented in this file
For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog).
## 1.1.1348 - 2024-07-15
### Fixed:
- misc: Re-order and manually update DriverID to name.
- NVK will now be properly displayed as the GPU driver on the status bar.
## 1.1.1347 - 2024-07-15
### Fixed:
- replace ByteMemoryPool usage in Ryujinx.HLE.
- Code cleanup. No expected user-facing changes.
## 1.1.1346 - 2024-07-14
### Fixed:
- Use SkiaSharp for Avalonia in place of ImageSharp.
- Updates the Avalonia UI project to use SkiaSharp for image processing, replacing the previously used SixLabors ImageSharp library. No expected user-facing changes.
## 1.1.1345 - 2024-07-10
### Fixed:
- Use draw clear on Adreno, instead of vkCmdClearAttachments.