From 51b53b3ec2afbe5d20e520528fd5285979963d30 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 29 Sep 2020 14:34:29 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index b0b2b71..891a50e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5456 - 2020-09-29 +### Changed +- Modified one-dimensional texture handling to be instead treated as two-dimensional textures with a height of 1. + - Fixes fog/mist effects in Monster Hunter Generations Ultimate and potentially other one-dimensional texture situations. + ## 1.0.5455 - 2020-09-29 ### Added - Implemented auto-updater functionality.