From 2eded5d367bbe4b87c96afe59b3002c4bbc1c762 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Thu, 5 May 2022 19:34:08 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 153ea33..f1804a0 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.117 - 2022-05-05 +### Added: +- Enable JIT service LLE. + - Enables the JIT service, required by the NSO Nintendo 64 emulator and Super Mario 3D All-Stars (Super Mario 64), allowing them to run. It is not an actual service implementation, rather it runs the service on the firmware, so this is an "LLE" approach as opposed to the usual HLE approach where the service is re-implemented on the emulator. + - Requires firmware version 10.0.0 minimum. + ## 1.1.116 - 2022-05-05 ### Fixed: - Fix shared memory leak on Windows.