From 70cedf047b94fecb89d7e7a3ef1fcdf18b81f703 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 24 Mar 2021 12:00:37 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6b5cbcb..bcffc94 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.0.6798 - 2021-03-24 +### 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). + - Added a DNS blacklist to prevent games from reaching Nintendo online services. + ## 1.0.6797 - 2021-03-22 ### Changed - Optimized the operation of & code for the GUI progress reporting (PPTC & Shader Cache loading bars).