From 8f0d46b3c303a8ddfb428ce4a22edf7fb56bb763 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 6 May 2023 19:55:49 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 62b4953..b55f619 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.1.763 - 2023-05-06 +### Added: +- Add progress bar for re-packaging shaders. + - After rebuilding shaders on game boot, the emulator then proceeds to recompress the shader cache files; this change adds an extra loading bar for that process. Before, it would seem as if the emulator had hanged, though this was not the case. + ## 1.1.762 - 2023-05-05 ### Fixed: - AM: Stub some service calls.