diff --git a/Changelog.md b/Changelog.md index c2e0e63..5bf697c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,22 @@ All updates to the Ryujinx official master build will be documented in this file +## 1.0.7149 - 2021-12-30 +### Changed: +- friend: Stub IsFriendListCacheAvailable and EnsureFriendListAvailable. + - Super Bomberman R Online will no longer crash on boot, however it will still get stuck on the loading screen due to other issues. + +## 1.0.7148 - 2021-12-30 +### Changed: +- am: Stub SetMediaPlaybackStateForApplication. + - Required by the YouTube app. + +## 1.0.7147 - 2021-12-30 +### Added: +- kernel: Implement thread pinning support. + - Adds support for 8.x thread pinning changes and implements SynchronizePreemptionState syscall. + - May fix some softlocks. + ## 1.0.7146 - 2021-12-29 ### Fixed: - Improve SocketOption handling.