diff --git a/Changelog.md b/Changelog.md index be9f09a..73cd2df 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.0.7097 - 2021-11-03 +### Fixed: +- Clamp number of mipmap levels to avoid API errors due to invalid textures. + - Fixes character mods rendering black textures (such as the one for Mario Party Superstars). No known changes on commercial games. + ## 1.0.7096 - 2021-11-01 ### Fixed: - hle: Make Ryujinx.HLE project entirely safe.