diff --git a/Changelog.md b/Changelog.md index 13b8eb0..f309584 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6426 - 2021-01-26 +### Changed +- Made some simple changes on the OpenGL backend to significantly reduce the number of redundant calls. + - Has potential to offer a minor improvement to performance depending on the game. + +## 1.0.6425 - 2021-01-26 +### Fixed +- Changed the implementation of conditional rendering to actually compare the values on memory even if they don't come from queries (instead of just returning false). + - Improves rendering Marvel Ultimate Alliance 3. Note: the game is still not playable due to other issues. + ## 1.0.6424 - 2021-01-26 ### Changed - Ryujinx will now re-check for keys before verifying a firmware install. The user will no longer have to close & reopen the application in order for keys to be recognized on initial setup/clean install.