From 0461cc22c15c7b18d0065f1b156e404aafbe72f0 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Fri, 25 Jun 2021 20:14:04 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.md b/Changelog.md index 11264e9..20b95a4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,21 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6938 - 2021-06-25 +### Fixed: +- Fixes unwritten shader output values, which was previously using a value of 0 instead of 1. + - Fixes missing/invisible geometry on Monster Hunter Stories 2: Wings of Ruin (Trial Version). + +## 1.0.6937 - 2021-06-24 +### Fixed: +- Fixes some shader compilation failures on shaders using texture depth compare with a LOD parameter and 2D or Cube array textures. Those shaders requires an extension, which is now enabled. On GPUs where the extension is not supported, the LOD parameter is removed. + - Fixes lighting issues on Mario Golf Super Rush. + +## 1.0.6936 - 2021-06-24 +### Fixed: +- Stubs GetAlbumFileList0AafeAruidDeprecated and GetAlbumFileList3AaeAruid in caps service. + - World of Light in Super Smash Bros. Ultimate is now playable. + ## 1.0.6935 - 2021-06-23 ### Changed: - Improves game searching when you start typing something while browsing the game list. You can now searching by TitleID and keyword (For example, allows to type "odyssey" and find Super Mario Odyssey).