Updated Changelog (markdown)

EmulationFanatic 2020-11-08 14:18:19 -07:00
parent 8f9ee15017
commit 439769db8f

@ -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.