From 76ba71afc5fa9dc42a7ccec94dc7ea2f0983fa69 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 30 Dec 2021 12:13:43 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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.