From 267ccd6e226037aa71f1b39451ad593d4aecf550 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Sat, 10 Jun 2023 22:37:28 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.