Updated Changelog (markdown)

EmulationFanatic 2020-11-21 14:41:43 -07:00
parent 1b684f0177
commit 795226f939

@ -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.