Updated Changelog (markdown)
parent
63d9a798fa
commit
7fbc9c9e46
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue