Updated Changelog (markdown)

EmulationFanatic 2021-04-18 06:58:45 -06:00
parent e11c4df953
commit 8336d8085d

@ -1,6 +1,29 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.6842 - 2021-04-18
### Fixed
- Added a missing parentheses around low pass z computation, affecting low pass base gain on delay effect in mono.
- Fixes incorrect audio volume changes when going indoors in FEZ.
## 1.0.6841 - 2021-04-18
### Changed
- Improved shader global memory to storage optimization pass.
- Reduced code size.
- May improve compile times as a result.
- Improved code execution speed (probably only matters for integrated/mobile GPUs).
- Reduced the number of bindings used (mitigates out of bindings compilation error on drivers with a low limit, like Intel iGPUs that only support 16 max).
- Better buffer management (no need to sync/write track unused buffers).
## 1.0.6840 - 2021-04-17
### Changed
- Divdided up Intel HwCapabilities identification into IntelWindows and IntelUnix as the respective drivers present significant differences, and certain specific processing or workarounds should only be applied to one but not the other.
## 1.0.6839 - 2021-04-17
### Changed
- Modified audren to handle out of bounds read on empty delay lines.
- Fixes a crash on launch occurring on FEZ. The game now boots properly.
## 1.0.6838 - 2021-04-17
### Fixed
- Fixed a bug in the Intel view copy workaround to take the texture target from the storage rather than the view, when using the storage handle for the copy.