From 3097a5378a32a117c69192886073f4526026fecb Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 28 Feb 2023 05:00:26 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index c20bcf0..2051ed9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.646 - 2023-02-27 +### Fixed: +- Sockets: Properly convert error codes on MacOS. + - Changes sockets error codes on macOS accordingly rather than using the same error codes as Windows and Linux. + - Defaults IsDhcpEnabled to true when interfaceProperties.DhcpServerAddresses is not available. + - Contributes towards upstreaming the currently closed-source macOS build. + ## 1.1.645 - 2023-02-27 ### Added: - Add Support for Post Processing Effects.