From b51463cc486cd2d29004730b5684c17b429b1d44 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 26 Jul 2020 16:14:28 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 4b31028..1237ac2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5047 - 2020-07-26 +### Changed +- Polygon offset clamp value is now set by the game if the host supports it. Should not affect any games. + ## 1.0.5044 - 2020-07-25 ### Added - Implemented BGRA texture support.