From 55d73180f0257bd6b059f47b6ad683c465557dc6 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 23 Sep 2020 16:03:25 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index a399975..b08a499 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.5417 - 2020-09-23 +### Changed +- Return "NotAvailable" when no UserChannel data is present. + - Fixes a crashing regression in Splatoon 2 and Super Kirby Clash (among possible others) introduced in 1.0.5396 (PR 1560). + ## 1.0.5414 - 2020-09-23 ### Changed - Audio renderer services are now processed in a separate thread.