Updated Changelog (markdown)
parent
27d7de0e27
commit
2436781c5a
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
||||||
# Ryujinx Changelog
|
# Ryujinx Changelog
|
||||||
All updates to the Ryujinx official master build will be documented in this file
|
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
|
## 1.1.134 - 2022-05-31
|
||||||
### Changed:
|
### Changed:
|
||||||
- Refactor CPU interface to allow the implementation of other CPU emulators.
|
- Refactor CPU interface to allow the implementation of other CPU emulators.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue