From 94e5e173700e908c6e28052a13c33d600ed3be2b Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 21 Jan 2023 19:56:28 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 64cab9c..df45d41 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.584 - 2023-01-21 +### Fixed: +- Use volatile read/writes for GAL threading. + - Contributes towards upstreaming the currently closed-source macOS build. + - Fixes some instances of random crashing on ARM64 macOS. + ## 1.1.583 - 2023-01-21 ### Fixed: - Implement CSET and CSETP shader instructions.