diff --git a/Changelog.md b/Changelog.md index 1cb0b39..943cfcd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,15 +1,27 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.243 - 2022-08-28 +### Fixed: +- Bsd: Fix ArgumentOutOfRangeException in SetSocketOption. + - Allows Minecraft to boot with "enable guest internet access" DISABLED. Enabling will still cause a crash. + +
+Older releases +
+ +## 1.1.242 - 2022-08-28 +### Changed: +- Replace image format magic numbers with enums. + - Refactors GPU texture format tables to match official NVIDIA open-source headers. + - Vertex attribute formats are now represented with their own enum. + - No expected changes in games. + ## 1.1.241 - 2022-08-27 ### Fixed: - Avalonia - Update Japanese translation. - Brings the Japanese locale up to date for the Avalonia UI. -
-Older releases -
- ## 1.1.240 - 2022-08-26 ### Fixed: - Optimize kernel memory block lookup and consolidate RBTree implementations.