Updated Changelog (markdown)

EmulationFanatic 2021-05-05 16:17:28 -06:00
commit 7fbc9c9e46

@ -1,6 +1,12 @@
# 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.6864 - 2021-05-05
### Changed
- Corrected a couple of issues regarding SM instances and TIPC.
- SM was previously instanced once and reused on all sessions. This could cause inconsistency on the service initialization.
- TIPC replies now match what is generated on original hardware.
## 1.0.6863 - 2021-05-05 ## 1.0.6863 - 2021-05-05
### Added ### Added
- Implemented SDL2 audio backend. - Implemented SDL2 audio backend.