From 1cd73206326783d92fce89b2a2ce7cc058f6f85a Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 9 Mar 2021 13:43:15 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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.