diff --git a/Changelog.md b/Changelog.md index aeb9c41..bff8db1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6778 - 2021-03-09 +### Changed +- Emulator now allows bindless handles to be found for image/texture instructions with predicates, when the assignment of the texture handle is within the same predicate. + - Fixes character shadows and eye animation on Bravely Default II. + - Fixes broken rendering in the Billiards and Shooting Gallery mini-games in 51 Worldwide Games. + - Probably fixes other broken rendering in games with bindless textures. + - Resolves conflicts between bindless textures and shader cache that previously required shader cache to be purged or disabled prior to each boot of an affected game. + - For affected games (such as Super Mario Party, 51 Worldwide Games, and many newer UE4 games) you may purge the shader cache once and should not have any further issues. + ## 1.0.6778 - 2021-03-08 ### Fixed - Reworked Buffer Textures to create their buffers in the TextureManager, then bind them with the BufferManager later.