From 7fbc9c9e461403748327ba21e51f3a565084d88c Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 5 May 2021 16:17:28 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ac9f2ba..6b00d19 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6864 - 2021-05-05 +### Changed +- Corrected a couple of issues regarding SM instances and TIPC. + - SM was previously instanced once and reused on all sessions. This could cause inconsistency on the service initialization. + - TIPC replies now match what is generated on original hardware. + ## 1.0.6863 - 2021-05-05 ### Added - Implemented SDL2 audio backend. @@ -16,7 +22,7 @@ Please test this new audio backend and report your results! Options > Settings > ### 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. + - SetChangeEnvironmentIdentifierDisabled, WriteSaveDataToFsForTest, DeleteSaveDataOfFsForTest, and IsChangeEnvironmentIdentifierDisabled are stubbed. - GetApplicationServerEnvironmentType is implemented. ## 1.0.6860 - 2021-05-03