diff --git a/Changelog.md b/Changelog.md index 65e6154..b752d13 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,14 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.7099 - 2021-11-08 +### Fixed: +- Fix InvocationInfo on geometry shader and bindless default integer const. + - Fixes a regression introduced in 1.0.7078. Worm Jazz is no longer missing graphics. + - 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 + + ## 1.0.7098 - 2021-11-04 ### Fixed: - Ensure syncpoints are released and event handles closed on channel close.