From 439769db8ffb3e3ee869e5aa5a65279af41afc3e Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 8 Nov 2020 14:18:19 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 4fff010..8c4955f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,14 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5644 - 2020-11-08 +### Changed +- Un-stubbed & implemented the following IPC calls: + - nn::apm::IManager (fully implemented) + - nn::apm::ISession (fully implemented) + - nn::apm::ISystemManager (partially implemented) +- Fixed some incorrect calls in nn::appletAE::ICommonStateGetter + ## 1.0.5643 - 2020-11-08 ### Changed - Modified shader code to use explicit binding points rather than calling the OpenGL 'glGet*Location' functions.