Updated Changelog (markdown)

MetrosexualGarbodor
2021-11-08 16:13:09 +00:00
parent 92d9f6895c
commit f05a1f4083

@@ -1,6 +1,11 @@
# 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.7100 - 2021-11-08
### Fixed:
- Fix bindless/global memory elimination with inverted predicates.
- Fixes lighting issues on Disaster Report 4, and possibly other games.
## 1.0.7099 - 2021-11-08 ## 1.0.7099 - 2021-11-08
### Fixed: ### Fixed:
- Fix InvocationInfo on geometry shader and bindless default integer const. - Fix InvocationInfo on geometry shader and bindless default integer const.
@@ -8,7 +13,6 @@ All updates to the Ryujinx official master build will be documented in this file
- Fixes some shader compilation errors. - Fixes some shader compilation errors.
- On AMD and Intel GPUs, fixes some UE4 games that showed a black screen due to a regression that broke geometry shaders. - On AMD and Intel GPUs, fixes some UE4 games that showed a black screen due to a regression that broke geometry shaders.
## 1.0.7098 - 2021-11-04 ## 1.0.7098 - 2021-11-04
### Fixed: ### Fixed:
- Ensure syncpoints are released and event handles closed on channel close. - Ensure syncpoints are released and event handles closed on channel close.