From 97f3063aa3907f48d16db298f0d250e3a934a75c Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 14 Jan 2023 22:17:51 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 29fdbaa..dd2c442 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.556 - 2023-01-14 +### Fixed: +- Change GetPageSize to use Environment.SystemPageSize. + - Allows the emulator to detect the correct page size for the system it's running on. + - Required for Ryujinx to work on Asahi Linux in the future. + ## 1.1.555 - 2023-01-14 ### Fixed: - Fix texture flush from CPU WaitSync regression on OpenGL.