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.