diff --git a/Changelog.md b/Changelog.md index 1897c48..1432d58 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5778 - 2020-11-20 +### Changed +- Compressed <-> uncompressed copies are now performed using pixel buffer objects. + - Fixes most button text and large UI text in Splatoon 2. Remaining text issues in this game will be resolved in a future PR. + - Fixes cubemap mip levels below 4x4 not being copied in Mario Kart 8 Deluxe. No visual impact at this time. + - May improve Unreal Engine 3/4 games that contain black small mipmap levels. Does not fix them entirely. + ## 1.0.5775 - 2020-11-19 ### Added - Added PTC decompression error check and treats it as a loading failure, allowing a fallback to the backup file instead of crashing.