From 30a6032ea5ceb0fc68457e1d3feee900f5291ad3 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 5 Oct 2021 04:24:09 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Changelog.md b/Changelog.md index 86b10ee..fc23258 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,20 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.7061 - 2021-10-04 +### Changed: +- Reduces cost for range list creation and inheritance. + - Fixes potential performance regression introduced on version 1.0.7044. + +## 1.0.7060 - 2021-10-04 +### Fixed: +- Allow textures to be used without having a sampler pool set. + - Improves rendering on Cotton Guardian Force Saturn Tribute. + +## 1.0.7059 - 2021-10-04 +### Fixed: +- Fixes a bug introduced on version 1.0.7052 that could cause a memory leak and eventually a crash playing H264 videos. + ## 1.0.7058 - 2021-09-28 ### Added: - Added the ability to signal a write as "precise" on the tracking, which signals a special handler (if present) which can be used to avoid unnecessary flush actions, or maybe even more. For buffers, precise writes specifically do not flush, and instead punch a hole in the modified range list to indicate that the data on GPU has been replaced.