From 0ad79ca05cc59e12ede9cc13ffa7a01a81b99a6a Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:43:07 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 36814c1..232c792 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,11 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.1336 - 2024-06-19 +### Fixed: +- JIT: Coalesce copies on LSRA with simple register preferencing. + - Slightly reduces the size of code generated by the emulator, though performance change will likely not be noticeable. + ## 1.1.1335 - 2024-06-19 ### Fixed: - JIT: Ensure entry block has no predecessors on RegisterUsage pass.