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.