From 795226f9392a42e92df10664be75a1aff0b8fac5 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sat, 21 Nov 2020 14:41:43 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Changelog.md b/Changelog.md index a55a122..e420431 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,19 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5794 - 2020-11-21 +### Changed +- Removed an incorrect debug assert within the shader cache code. + +## 1.0.5793 - 2020-11-21 +### Fixed +- Fixed an underflow in the setup of delay time within the delay effect. + - Fixes a regression introduced in Amadeus causing a crash on boot on Shovel Knight: Treasure Trove. + +## 1.0.5792 - 2020-11-21 +### Fixed +- Fixed an incorrect id for call ListAudioInsAuto in IAudioInManager. + ## 1.0.5783 - 2020-11-20 ### Changed - Implemented the following audout service calls: GetAudioOutBufferCount, GetAudioOutPlayedSampleCount, FlushAudioOutBuffers.