Updated Changelog (markdown)

MutantAura 2023-06-10 22:37:28 +01:00
parent 0b0988568f
commit 267ccd6e22

@ -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.