From 20ffec06d1e5a43e958365a4eb3b17c449bcc5c9 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 7 Feb 2023 02:51:45 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index ca50839..1c1152e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.602 - 2023-02-06 +### Fixed: +- Accelerate NVDEC VIC surface read/write and colorspace conversion with Arm64 HW intrinsics. + - Contributes towards upstreaming the currently closed-source macOS build. + ## 1.1.601 - 2023-02-05 ### Fixed: - Implement safe depth-stencil blit using stencil export extension.