diff --git a/Changelog.md b/Changelog.md index eddfd9d..0395e08 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,18 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.1092 - 2023-11-19 +### Fixed: +- Enable copy dependency between RGBA8 and RGBA32 formats. + - Fixes cicadas not rendering when you catch them in Yo-kai Watch 1. + - Improves rendering in Wet Steps. + - May improve rendering on other games that use OpenGL on the Switch. + +## 1.1.1091 - 2023-11-19 +### Fixed: +- Extend bindless elimination to see through Phis with the same results. + - Fixes some shadow issues in Super Mario RPG. + ## 1.1.1090 - 2023-11-18 ### Fixed: - misc: Default to Vulkan if available or running on macOS.