From 0e3555bcf1427590dcb3de2357fac121ad9c134b Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 28 Oct 2020 14:32:36 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 574d610..2d55ede 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.5580 - 2020-10-28 +### Added +- Added scaling for Texture2DArray when using TexelFetch. + - Fixes resolution scaling in Hyrule Warriors: Age of Calamity Demo. + ## 1.0.5579 - 2020-10-28 ### Changed - Implemented a stop-gap solution to avoid sampler conflicts on bindless samplers with the same name. This should suffice until proper bindless texture support is implemented.