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.