Updated Changelog (markdown)

MutantAura 2024-07-07 23:27:14 +01:00
parent 1d984f6b65
commit bdd31adca4
1 changed files with 11 additions and 0 deletions

@ -3,6 +3,17 @@ 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.1342 - 2024-07-07
### Fixed:
- Disable descriptor set template updates for buffer textures on Adreno.
- Works around an Adreno driver bug causing crashes in UE4 games (& others) such as Mario + Rabbids: Sparks of Hope.
## 1.1.1341 - 2024-07-07
### Fixed:
- Force Vulkan swapchain re-creation when window size changes.
- Fixes an issue on Adreno GPUs where the renderer would not match the size of the window after a re-size.
- No other vendors should be impacted.
## 1.1.1340 - 2024-06-26
### Fixed:
- Resolve some Vulkan validation errors.