From 4ee44e50145b772cc8698f4d7f6fd9e0ea5dcedb Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 1 Feb 2021 05:54:28 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index ca3501e..7e22885 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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