From dbd7ede378eeef973ab20e1a3346f5a5384b1ae5 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 1 Dec 2020 16:41:20 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index cff3ecd..bd65896 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,7 @@ All updates to the Ryujinx official master build will be documented in this file ## 1.0.5899 - 2020-12-01 ### Changed - This is part 2 of an intended 4 part IPC (Inter-Process Communication) refactor. Part 2: HLE services now use the ReplyAndReceive syscall to receive IPC requests, rather than having special handling on the kernel that would call the service function directly after a call to SendSyncRequest by the game. - - This represents a more accurate approach to these processes. + - This represents a more accurate approach to these processes, as it attempts to more closely mimic how the Switch OS behaves. ## 1.0.5897 - 2020-12-01 ### Changed