Updated Changelog (markdown)

EmulationFanatic 2021-03-09 13:43:15 -07:00
parent 5d958f079b
commit 1cd7320632

@ -1,6 +1,15 @@
# Ryujinx Changelog # Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file 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 ## 1.0.6778 - 2021-03-08
### Fixed ### Fixed
- Reworked Buffer Textures to create their buffers in the TextureManager, then bind them with the BufferManager later. - Reworked Buffer Textures to create their buffers in the TextureManager, then bind them with the BufferManager later.