diff --git a/Changelog.md b/Changelog.md index 5df61b7..0336830 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,35 @@ All updates to the Ryujinx official master build will be documented in this file +## 1.0.7140 - 2021-12-26 +### Fixed: +- Fix DMA copy fast path line size when xCount < stride. + - Fixes some random crashes in the Youtube app. + - Possibly fixes some other games that do DMA copy with linear source textures. + +## 1.0.7139 - 2021-12-26 +### Fixed: +- Fix missing default value of audio volume. + - Volume level default is now set to 100% instead of 0. + +## 1.0.7138 - 2021-12-26 +### Fixed: +- Fix I2M texture copies when line length is not a multiple of 4. + - Fixes some texture corruption on games using OpenGL on the Switch, such as subtitle text in Cat Girl Without Salad. + - Fixes a similar issue in the YouTube app. + +## 1.0.7137 - 2021-12-26 +### Fixed: +- Fix GetAddrInfoWithOptions and some sockets issues. + - A new "Enable guest Internet access" option has been added. When enabled, applications might try to access their servers. (This does NOT include Nintendo Switch Online servers.) + - Allows the YouTube app to run. Requires "Enable guest Internet access". + - Might improve games with network related issues. + +## 1.0.7136 - 2021-12-26 +### Fixed: +- Fix bug causing an audio buffer to be enqueued more than once. + - Fixes audio in the YouTube app. Potentially fixes games with broken audio. + ## 1.0.7135 - 2021-12-23 ### Changed: - Revert "sdl2: Update to Ryujinx.SDL2-CS 2.0.19" (1.0.7132).