Updated Changelog (markdown)

EmulationFanatic 2021-03-18 19:56:26 -06:00
parent 08ab7079e0
commit e6da324550

@ -1,6 +1,13 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.6793 - 2021-03-18
### Fixed
- Improved linear texture compatibility rules.
- Resolves an issue where small or width-aligned (rather than byte aligned) textures would fail to create a view of existing data. Creates a copy dependency, as size change may be risky. View layout compatibility is now determined by the stride shifted by the level, rather than a stride caculated from the level's width. Linear textures are considered copy compatible when they have matching stride.
- Fixes missing lens flare in Mario Kart 8 Deluxe and Splatoon 2.
- Fixes an issue causing Cross Code to boot to a black screen.
## 1.0.6792 - 2021-03-18
### Changed
- Removed the IIpcService.cs interface references as it is no longer needed or used.