From 41281654b31e14ca333faf7d6d82a7e07c0e8055 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sat, 12 Dec 2020 04:16:14 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index a3febdc..5b22c46 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6047 - 2020-12-12 +### Fixed +- Corrected the GetNintendoAccountUserResourceCacheForApplication stub. + - Fixes a regression introduced in 1.0.6045 (PR 1808). + ## 1.0.6045 - 2020-12-11 ### Fixed - Updated fixed-size output buffer functions to write the correct sizes on the pointer buffer descriptors.