diff --git a/Changelog.md b/Changelog.md index a21111e..18b863e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,21 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.376 - 2022-11-23 +### Fixed: +- GPU: Access non-prefetch command buffers directly. + - Improves performance slightly in Pokémon Scarlet/Violet and Super Mario Odyssey. + +## 1.1.375 - 2022-11-23 +### Fixed: +- GPU: Relax locking on Buffer Cache. + - Improves performance in Super Mario Odyssey and possibly other games with high FIFO. + +## 1.1.374 - 2022-11-23 +### Fixed: +- nuget: bump Avalonia from 0.10.15 to 0.10.18. + - Updates the Avalonia package version. No changes to emulator functionality. + ## 1.1.373 - 2022-11-23 ### Fixed: - ava: Fix JsonSerializer warnings.