diff --git a/Changelog.md b/Changelog.md index 526c8ed..0f92ca9 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.6861 - 2021-05-05 +### Changed +- Cleaned up the nsd service and implemented/stubbed some associated service calls. + - GetSettingName is removed because of a bad previous implementation (doesn't seem to be used by any games). + - SetChangeEnvironmentIdentifierDisabled, WriteSaveDataToFsForTest,DeleteSaveDataOfFsForTest, and IsChangeEnvironmentIdentifierDisabled are stubbed. + - GetApplicationServerEnvironmentType is implemented. + ## 1.0.6860 - 2021-05-03 ### Added - Implemented a base for a possible future Vulkan integration with the current GTK3 UI.