From 75bfe0148d574d644d1740d6867dff151111bdf1 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 8 Nov 2020 05:56:14 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 2a42b88..15b567e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,7 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file -## 1.0.5645 - 2020-11-07 +## 1.0.5645 - 2020-11-08 ### Changed - Modified shader code to use explicit binding points rather than calling the OpenGL 'glGet*Location' functions. - Should mildly increase binding performance.