Updated Changelog (markdown)

EmulationFanatic
2021-02-25 17:21:17 -07:00
parent 86b1e54a8e
commit cbf6f2f62e

@@ -1,6 +1,18 @@
# Ryujinx Changelog # Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file All updates to the Ryujinx official master build will be documented in this file
## 1.0.6732 - 2021-02-25
### Changed
- Haydn: Part 1 (based on reverse engineering of audio 11.0.0)
- Complete reimplementation of audout and audin.
- Audin only has a dummy backend at this time.
- Dramatically reduces overall CPU usage in both audio backends (50% CPU usage reduction on average with SoundIO backend - your mileage may vary). May improve FPS in situations where the CPU was previously maxed out.
- Audio Renderer now initializes its backend on demand instead of keeping two up all the time.
- All audio backend implementations are now in their own project.
- Ryujinx.Audio.Renderer was renamed to Ryujinx.Audio and as such appropriately refactored.
- Resolves a missing audin service crash in FUZE4.
- Resolves a audout-related crash on launch in OniNaki.
## 1.0.6714 - 2021-02-24 ## 1.0.6714 - 2021-02-24
### Fixed ### Fixed
- Modified the auto-updater to preserve user execute permissions in Unix/Linux environments. - Modified the auto-updater to preserve user execute permissions in Unix/Linux environments.