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.