Updated Changelog (markdown)

MetrosexualGarbodor 2024-03-27 04:00:27 +00:00
parent 633edddef7
commit 2e8ab2582a

@ -3,6 +3,18 @@ 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.1247 - 2024-03-26
CPU/GPU/HLE/KERNEL:
- Implement host tracked memory manager mode.
- Changes host memory manager modes on ARM to a better tailored version for ARM systems with 16KB page sizes.
- On macOS, fixes:
- Vertex explosions in Shin Megami Tensei V.
- MKTV thumbnails in Mario Kart 8 Deluxe.
- Album photos not displaying correctly in The Legend of Zelda: Breath of the Wild.
- Random crashes in Pokémon Legends Arceus with hypervisor disabled.
- Crashes on boot with hypervisor disabled in Master Detective Archives: Rain Code, Super Mario Bros. Wonder and The Legend of Zelda: Tears of the Kingdom.
- Improves performance in games when hypervisor is disabled, most notably in Mario Kart 8 Deluxe (32-bit game, can't use hypervisor) and Super Mario Odyssey. This also means that games which would softlock, freeze or crash (such as Pokémon games) will be a lot more playable with hypervisor disabled.
## 1.1.1246 - 2024-03-26
### Fixed:
- Vulkan: Recreate swapchain correctly when toggling VSync.