From be1fd3ae234ac9fd9dd3bdb27475b5f5bad6104e Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:40:32 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index efd8706..6079a14 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6209 - 2021-01-02 +### Added +- Implemented apm:p service call. This seems to be used only by homebrew at this time. + ## 1.0.6200 - 2021-01-01 ### Changed - Cleaned up/removed long <-> ulong casts from Nvservices code.