From effc258fbb4fab0c734d54d489d612b5778d44a4 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 24 Mar 2021 12:03:15 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index c07827b..30240f6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,7 @@ All updates to the Ryujinx official master build will be documented in this file ### Changed - Cleaned up sfdnsres service implementation and added several related services: - Implemented GetAddrInfoRequest. Partially implemented GetHostByNameRequestWithOptions, GetHostByAddrRequestWithOptions and GetAddrInfoRequestWithOptions. - - Fixes missing service crashes on over 100 tested games. Many games that could not boot before are now playable; some cannot go in-game if it was designed to rely on a connection to the internet (which is blocked). + - Fixes missing service crashes on over 100 tested games. Many games that could not boot before are now playable; some cannot go in-game if designed to rely on a connection to the internet (which is blocked). - Added a DNS blacklist to prevent games from reaching Nintendo online services. - Reduces code differences between master and the LDN build.