Updated Changelog (markdown)

EmulationFanatic 2021-03-24 12:03:15 -06:00
parent 6ff36bd1ad
commit effc258fbb

@ -5,7 +5,7 @@ All updates to the Ryujinx official master build will be documented in this file
### Changed ### Changed
- Cleaned up sfdnsres service implementation and added several related services: - Cleaned up sfdnsres service implementation and added several related services:
- Implemented GetAddrInfoRequest. Partially implemented GetHostByNameRequestWithOptions, GetHostByAddrRequestWithOptions and GetAddrInfoRequestWithOptions. - 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. - Added a DNS blacklist to prevent games from reaching Nintendo online services.
- Reduces code differences between master and the LDN build. - Reduces code differences between master and the LDN build.