Updated Changelog (markdown)

EmulationFanatic 2021-03-19 13:16:36 -06:00
parent e6da324550
commit 90449d9cca

@ -1,6 +1,12 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.6794 - 2021-03-19
### Changed
- The shader cache now detects and avoids caching shaders that use bindless textures.
- Prevents corruption of the shader cache that could cause a crash on launch in games that have bindless textures (mostly Unreal Engine 4 games).
- This is a temporary stopgap solution to resolve shader cache issues until proper bindless support is implemented.
## 1.0.6793 - 2021-03-18
### Fixed
- Improved linear texture compatibility rules.