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.