From 691bc84e9a1bbe4495cecb1215cb76b18773cdcf Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Sun, 28 Aug 2022 17:16:04 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) 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.