From e3c17cc9c48cdc7459cceed599862fe79bd14a2c Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Fri, 8 Jan 2021 22:00:21 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index bee61b4..7ebbc0c 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.6259 - 2021-01-08 +### Changed +- Added support for conditional on BRK and SYNC shader instructions. + - Improves rendering on Monster Hunter Rise Demo, but there are still other bugs preventing most objects from being drawn. + ## 1.0.6250 - 2021-01-08 ### Changed - Refactored GUI code. This is part 1 of a multi-part GUI code cleanup.