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.