From 378c686674f31814f689cfb3b9359213c18cf403 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 4 May 2023 16:18:49 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 17cb051..955a6e9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file. +## 1.1.750 - 2023-05-04 +### Fixed: +- UI: Move ApplicationContextMenu in a separated class. + - Fixes an issue where shader cache would be purged regardless of your answer to the "Are you sure?" prompt. + +## 1.1.749 - 2023-05-04 +### Fixed: +- IPC - Refactor Bcat service to use new ipc. + - Refactors Bcat service code. No known changes in games. + ## 1.1.748 - 2023-05-03 ### Fixed: - Fix some invalid blits involving depth textures.