From 2436781c5a6f2c8cd9b7ad9104647a878886dbd0 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Tue, 31 May 2022 21:20:48 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index b8bdb7f..1dba8db 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.135 - 2022-05-31 +### Changed: +- Rewrite SVC handler using source generators rather than IL emit. + - Replace all instances of Reflection.Emit from the codebase with new source generators for runtime code generation. + - Ryujinx codebase should now be eligible for .NET Ahead-of-Time compilation. + - Fixes black screen deadlock on boot in Genkai Tokki Moero Crystal H. + ## 1.1.134 - 2022-05-31 ### Changed: - Refactor CPU interface to allow the implementation of other CPU emulators.