Updated Changelog (markdown)
parent
08ab7079e0
commit
e6da324550
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue