From 27d7de0e271f550ea78cb153e1bc2dcf0c22049d Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 31 May 2022 20:53:58 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 0cf1f20..b8bdb7f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.