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.