diff --git a/Changelog.md b/Changelog.md index 626c381..894e9e6 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.111 - 2022-05-02 +### Added: +- Implement code memory syscalls. + - Implements code memory related syscalls, used by applications that generate and/or modify code at runtime. + - Required by emulators that use a JIT (NSO N64) and mods that patch for function hooking game code on-the-fly (Skyline/ARCropolis). Note that neither will work with these changes alone. + ## 1.1.110 - 2022-05-02 ### Added: - Support memory aliasing.