From 32caa0fad5cc46b2fe36fdcdf53942fd1fa68175 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 5 Jan 2023 02:53:22 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Changelog.md b/Changelog.md index e21923f..45feff0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,23 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.507 - 2023-01-04 +### Fixed: +- Make PPTC state non-static. + - Allows PPTC to be used when the JIT service is loaded, improving loading in Super Mario 64, N64 NSO emulator games and any other games that use this service. + +## 1.1.506 - 2023-01-04 +### Fixed: +- IPC refactor part 3+4: New server HIPC message processor. + - Cleans up service implementations and opens the possibility for performance improvements in future changes to services. No known changes in games. + +## 1.1.505 - 2023-01-04 +### Fixed: +- Update Locale files. + - Updates Avalonia UI language files with the latest changes from Crowdin. + +You can help with missing translations on https://crwd.in/ryujinx + ## 1.1.504 - 2023-01-03 ### Fixed: - Avalonia - Add source generator for locale items.