From d1b724e0f5902a4585fd944cf509e9cf18c26012 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 10 Sep 2022 18:30:44 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 23a9260..77da210 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,21 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.260 - 2022-09-10 +### Fixed: +- Optimize placeholder manager tree lookup. + - Reduces the time to stop emulation or close the program when running games with a large amount of memory mappings. + - Affected games include: Shin Megami Tensei V, Triangle Strategy and possibly some UE4 titles. + +
+Older releases +
+ +## 1.1.259 - 2022-09-10 +### Fixed: +- Do not output ViewportIndex on SPIR-V if GPU does not support it. + - Fixes a crash in Super Smash Bros. Ultimate on older GPUs (pre-Maxwell) using Vulkan. + ## 1.1.258 - 2022-09-10 ### Fixed: - Rebind textures if format changes or they're buffer textures. @@ -13,10 +28,6 @@ All updates to the Ryujinx official master build will be documented in this file - Fixes an access violation crash on Urban Trial Tricky that started happening on 1.1.100. - Fixes a crash on boot on Mutant Year Zero: Road to Eden. -
-Older releases -
- ## 1.1.256 - 2022-09-09 ### Added: - Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions.