diff --git a/Changelog.md b/Changelog.md index ff944ba..f4e5ede 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,32 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.98 - 2022-04-08 +### Fixed: +- Allow copy texture views to have mismatching multisample state. + - Fixes black screen in Pinball FX3. + +## 1.1.97 - 2022-08-04 +### Fixed: +- Lop3Expression: Optimize expressions. + - No changes expected in games. + +## 1.1.96 - 2022-08-04 +### Changed: +- Remove save data creation prompt. + - Save data directories will now be created automatically and logged in the console. + +## 1.1.95 - 2022-08-04 +### Fixed: +- Calculate vertex buffer size from index buffer type. + - Prevents out of memory errors and crashes on Super Mario 64 (SM3DAS) and Perky Little Things. Note that these games need more fixes to work. + +## 1.1.94 - 2022-08-04 +### Fixed: +- amadeus: Improve and fix delay effect processing. + - Reworks the sound delay effect processing and cleans up the code. + - Fixes a bug in the surround sound code. No known changes in games. + ## 1.1.93 - 2022-04-07 ### Fixed: - HID: Signal event on AcquireNpadStyleSetUpdateEventHandle.