Updated Changelog (markdown)

EmulationFanatic 2021-02-01 05:54:28 -07:00
commit 4ee44e5014

@ -1,10 +1,29 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.6443 - 2021-01-27
## 1.0.6471 - 2021-02-01
### Changed
- Enabled Docked Mode by default
- The emulator will now default to emulating a Docked console. This provides higher resolutions and improved quality in a significant portion of titles out of the box.
- Disabled flushing of multisample textures.
- Fixes a specific crash on Super Bomberman R, fault - milestone one, Leisure Suit Larry, and possibly other untested games.
## 1.0.6469 - 2021-01-31
### Changed
- Miscellaneous refactoring of shader call code. No expected changes in emulator behavior.
## 1.0.6455 - 2021-01-29
### Added
- Added support for geometry shader passthrough.
- Improves rendering Marvel Ultimate Alliance 3. Note: the game is still not playable due to other issues.
## 1.0.6453 - 2021-01-29
### Changed
- Updated the text label for the PPTC toggle in the emulator settings window to improve user experience.
## 1.0.6452 - 2021-01-29
### Added
- Added a texture/sampler descriptor cache for faster pool invalidation.
- Potentially improves performance in games that have stutter caused by texture pool invalidation.
- Fixed a regression in Mario Kart 8 Deluxe introduced in 1.0.6337 (PR 1905) that would evict a course's cube-map array and shadow map from the pool while playing.
## 1.0.6441 - 2021-01-27
### Added