From ff37b23c482f437fb07a85bf058bdc66ef4e019a Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 8 Nov 2020 05:56:03 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 73208b0..2a42b88 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.5645 - 2020-11-07 +### Changed +- Modified shader code to use explicit binding points rather than calling the OpenGL 'glGet*Location' functions. + - Should mildly increase binding performance. + ## 1.0.5639 - 2020-11-07 ### Changed - Update rasterizer discard before texture clears.