Updated Changelog (markdown)

EmulationFanatic 2021-05-05 15:19:16 -06:00
parent ac443096ae
commit 0062264161

@ -1,6 +1,13 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.6861 - 2021-05-05
### 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.
- GetApplicationServerEnvironmentType is implemented.
## 1.0.6860 - 2021-05-03
### Added
- Implemented a base for a possible future Vulkan integration with the current GTK3 UI.