Updated Changelog (markdown)

EmulationFanatic 2021-05-05 15:44:03 -06:00
parent bfad236126
commit 63d9a798fa

@ -1,6 +1,13 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.6863 - 2021-05-05
### Added
- Implemented SDL2 audio backend.
- Resolves most audout-related audio quality issues that occur with either OpenAL or SoundIO.
- Considered safe to be used as the primary audio backend, but is not yet set as default; setting SDL2 as the default audio backend will happen in the future.
Please test this new audio backend and report your results! Options > Settings > System tab > Audio Backend dropdown.
## 1.0.6862 - 2021-05-05
### Changed
- Redirected ffmpeg-related log output to mitigate unnecessary console/log activity.