diff --git a/Changelog.md b/Changelog.md index 0336830..46c1e94 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,16 @@ All updates to the Ryujinx official master build will be documented in this file +## 1.0.7142 - 2021-12-27 +### Fixed: +- Use minimum stream sample count on SDL2 audio backend. + - Fixes "New audio stream setup with a sample count of ..." log spam followed by massive slowdown in some games, such as Final Fantasy VII, when using the SDL2 audio backend. + +## 1.0.7141 - 2021-12-27 +### Fixed: +- Fix wrong title language. + - Fixes a regression introduced in 1.0.7131 that caused game titles to display in the wrong language (for example, Korean being displayed when British English was selected). + ## 1.0.7140 - 2021-12-26 ### Fixed: - Fix DMA copy fast path line size when xCount < stride.