diff --git a/Changelog.md b/Changelog.md index 6028aff..cdaa02f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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). +## 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 ### Changed: - Use pooled memory and avoid memory copies.