Updated Changelog (markdown)

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

@ -1,6 +1,12 @@
# Ryujinx Changelog
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
### Added
- Implemented SDL2 audio backend.
@ -16,7 +22,7 @@ Please test this new audio backend and report your results! Options > Settings >
### Changed
- Cleaned up the nsd service and implemented/stubbed some associated service calls.
- GetSettingName is removed because of a bad previous implementation (doesn't seem to be used by any games).
- SetChangeEnvironmentIdentifierDisabled, WriteSaveDataToFsForTest,DeleteSaveDataOfFsForTest, and IsChangeEnvironmentIdentifierDisabled are stubbed.
- SetChangeEnvironmentIdentifierDisabled, WriteSaveDataToFsForTest, DeleteSaveDataOfFsForTest, and IsChangeEnvironmentIdentifierDisabled are stubbed.
- GetApplicationServerEnvironmentType is implemented.
## 1.0.6860 - 2021-05-03