diff --git a/Changelog.md b/Changelog.md index 368ae24..05d42bb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,14 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5326 - 2020-09-10 +### Fixed +- Write-back texture data from memory when it falls out of the cache, and perform untracked buffer write-back. + - Fixes random texture corruption in Super Mario Odyssey (example: Black squares on Sand Kingdom). + - Fixes black screen on Mario Kart 8 Deluxe in some courses. + - Reduces or completely fix vertex explosions in some Unity games. + - Improves performance of games that performs buffer copies (such as aforementioned Unity games, may also give a small boost to Pokémon games). + ## 1.0.5306 - 2020-09-06 ### Changed - Miscellaneous CPU emulation code optimization.