diff --git a/Changelog.md b/Changelog.md index 1a10504..948ea9c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,23 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.665 - 2023-03-14 +### Fixed: +- GPU: Fast path for adding one texture view to a group. + - Greatly improves loading screens and fixes open zone getting stuck at ~3fps in Sonic Frontiers. + - May improve loading times in other games. + +## 1.1.664 - 2023-03-14 +### Fixed: +- Update range for remapped sparse textures instead of recreating them. + - Significantly reduces stuttering when going through doors in Metroid Prime Remastered. + - Greatly reduces FIFO% in NieR Automata: The End of YoRHa Edition when travelling between areas (does not improve performance). + - May improve texture streaming stutters in other games. + +
+Older releases +
+ ## 1.1.663 - 2023-03-14 ### Fixed: - Ava UI: DownloadableContentManager Refactor. @@ -79,10 +96,6 @@ All updates to the Ryujinx official master build will be documented in this file - Adds FXAA and SMAA post processing options in graphics settings. - Adds bilinear, nearest and FSR (1.0) upscaling options in graphics settings. -
-Older releases -
- ## 1.1.644 - 2023-02-26 ### Fixed: - Vulkan: Support list topology primitive restart.