From 8894c14f5ae14a24647cc63ca0f28fa376276570 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 11 Jun 2023 02:40:31 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index e64f340..7dd9121 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,11 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.883 - 2023-06-10 +### Fixed: +- Implement fast path for AES crypto instructions on Arm64. + - Fixes stuttering on ARM64 (Apple Silicon macOS) devices in Animal Crossing: New Horizons when saving the game with hypervisor disabled. + ## 1.1.882 - 2023-06-10 ### Added: - Implement transform feedback emulation for hardware without native support.