From 03922cc90b5521cfcfccde44c89931138af8ea22 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 28 Oct 2020 14:29:40 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index d20a9a7..574d610 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.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. + - Improves rendering in Super Mario Party. + ## 1.0.5577 - 2020-10-28 ### Changed - Improved motion controls.