Updated Changelog (markdown)

EmulationFanatic 2020-09-23 15:29:27 -06:00
parent d6d82e75b7
commit 0495a0c9ae

@ -1,6 +1,11 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.5414 - 2020-09-23
### Changed
- Audio renderer services are now processed in a separate thread.
- Fixes audio stutter in certain conditions introduced in 1.0.5402 (PR 1447).
## 1.0.5402 - 2020-09-21
### Changed
- This is part 1 of an intended 3 part IPC refactor. Part 1: Explicit IPC Servers to match Horizon IPC implementation and miscellaneous fixes.