Updated Changelog (markdown)

MetrosexualGarbodor 2024-04-23 12:00:52 +01:00
parent cf06687e9a
commit a49c218e3e

@ -3,6 +3,21 @@ 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). For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog).
## 1.1.1291 - 2024-04-22
### Fixed:
- Add support for bindless textures from shader input (vertex buffer) on Vulkan.
- On Vulkan, fixes the following:
- Fixes rendering in mofumofusensen.
- Fixes missing graphics in PAC-MAN 99, TETRIS 99 and Super Mario Bros. 35.
- Fixes missing backgrounds in even if TEMPEST, Enchanted in the Moonlight, My Last First Kiss, Irresistible Mistakes, Diabolik Lovers games and likely other visual novels from Voltage.
- Fixes missing coins in WarioWare: Get It Together.
- Fixes missing player indicators and radars in FIFA games.
## 1.1.1290 - 2024-04-21
### Fixed:
- implement MemoryManagerHostTracked.GetReadOnlySequence().
- Fixes a regression from 1.1.1289 that caused games on macOS to crash on boot.
## 1.1.1289 - 2024-04-21 ## 1.1.1289 - 2024-04-21
### Changed: ### Changed:
- Use pooled memory and avoid memory copies. - Use pooled memory and avoid memory copies.