Updated Changelog (markdown)
parent
e6da324550
commit
90449d9cca
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
||||||
# 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.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
|
## 1.0.6793 - 2021-03-18
|
||||||
### Fixed
|
### Fixed
|
||||||
- Improved linear texture compatibility rules.
|
- Improved linear texture compatibility rules.
|
||||||
|
|
Loading…
Reference in a new issue