From de3572cb4a2531953fd880856433b30080385de0 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 14 Jan 2023 03:12:31 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index c295354..d6d3605 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.553 - 2023-01-13 +### Fixed: +- Fix texture modified on CPU from GPU thread after being modified on GPU not being updated. + - Fixes missing textures in EVE ghost enemies, and possibly other games. + +## 1.1.552 - 2023-01-13 +### Fixed: +- Revert "Relax Vulkan requirements (#4228)". + - Reverts the previous change as it caused rendering issues on some games. + ## 1.1.551 - 2023-01-13 ### Changed: - Relax Vulkan requirements.