Updated Changelog (markdown)

MetrosexualGarbodor 2022-05-31 20:53:58 +01:00
parent c5b8cd0361
commit 27d7de0e27

@ -1,6 +1,12 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.1.134 - 2022-05-31
### Changed:
- Refactor CPU interface to allow the implementation of other CPU emulators.
- Refactors the existing CPU related interfaces (and also adds new ones) to allow other CPU emulators to be implemented. This includes not only JIT-based emulators, but also hypervisors (for example, Apple Hypervisor).
- No expected changes in games.
## 1.1.133 - 2022-05-31
### Fixed:
- Allow loading NSPs without a NCA inside.