diff --git a/Changelog.md b/Changelog.md index 993eaa9..e64f340 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,13 @@ 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.882 - 2023-06-10 +### Added: +- Implement transform feedback emulation for hardware without native support. + - Adds emulation for transform feedback for macOS devices and other hardware that do not support it in their drivers. + - Allows Pokémon Scarlet/Violet, Pokémon Legends Arceus, Metroid Prime Remastered, Donkey Kong Country: Tropical Freeze and more to boot/render on macOS. + - Contributes to upstreaming of the closed-source macOS build. + ## 1.1.881 - 2023-06-09 ### Fixed: - Non-flags enums should not be used in bitwise operations.