From be7f668c4117c6aa5b2bf636df3726251514c620 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 3 May 2022 14:41:37 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.