Updated Changelog (markdown)

MetrosexualGarbodor
2021-12-27 23:13:03 +00:00
parent 7a73c1470f
commit 7d269e8ae5

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