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.