Updated Changelog (markdown)

MetrosexualGarbodor 2021-12-30 12:13:43 +00:00
parent 7175e9b1dd
commit 76ba71afc5

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