From 4376c1800a5c864e05b5340220ffd58961045929 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Mon, 12 Jul 2021 17:41:30 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index e4ec9dd..40097e0 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.6963 - 2021-07-12 +### Changed: +- Optimizes the GPU Inline-to-Memory engine transfer operations. + - Might reduce stutters and improve performance a little on games using the OpenGL API on the Switch. + ## 1.0.6962 - 2021-07-12 ### Fixed: - Fixes a regression introduced on version 1.0.6957 that caused shaders using rectangle textures to fail to build in some cases.