Updated Changelog (markdown)

MutantAura 2022-05-31 21:20:48 +01:00
parent 27d7de0e27
commit 2436781c5a

@ -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.