Updated Changelog (markdown)

MetrosexualGarbodor 2023-01-14 22:17:51 +00:00
parent e3b5163302
commit 97f3063aa3

@ -1,6 +1,12 @@
# Ryujinx Changelog # Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file 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 ## 1.1.555 - 2023-01-14
### Fixed: ### Fixed:
- Fix texture flush from CPU WaitSync regression on OpenGL. - Fix texture flush from CPU WaitSync regression on OpenGL.