From 006226416137688c7cb19ddfb322ac3e3a20a8b7 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 5 May 2021 15:19:16 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.