From 9ac3d5dd75b1ab7162b103458e1ee327764643f0 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 21 Feb 2023 14:15:10 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2beec4a..754ea6b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,26 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.630 - 2023-02-21 +### Fixed: +- Move Ryujinx Folder from ~/.config to ~/Library/Application Support on macOS. + - Moves the Ryujinx folder to make it more consistent with other apps on macOS. Data will automatically migrate from the old path to the new one. + +## 1.1.629 - 2023-02-21 +### Fixed: +- Use SIMD acceleration for audio upsampler. + - Doubles audio upsampling speed on x64 hardware. + +## 1.1.628 - 2023-02-21 +### Fixed: +- Memory: Faster Split for NonOverlappingRangeList. + - Reduces asset streaming stutters in Xenoblade Chronicles 2. + +## 1.1.627 - 2023-02-21 +### Fixed: +- Mark texture as modified and sync on I2M fast path. + - Fixes a regression from 1.1.233 that caused graphical issues in Tanuki Justice. + ## 1.1.626 - 2023-02-19 ### Added: - Add support for advanced blend (part 1/2).