From e175cfd66d99a7a335edd0a39ac0364e8b61a6f6 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 13 Jan 2023 01:27:18 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 9e89561..ceca94b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,19 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.550 - 2023-01-12 +### Fixed: +- Prepo: Fix SaveSystemReport and SaveSystemReportWithUser IPC definitions. + - Fixes a small regression from 1.1.519. No known changes in games. + - Fixes indexes args issue from #4188 (1.1.506). + +## 1.1.549 - 2023-01-12 +### Added: +- Vulkan: Add workarounds for MoltenVK. + - Adds MoltenVK configuration class and several workarounds for graphics features not supported by macOS. + - Contributes towards upstreaming the currently closed-source macOS build. + - Allows Mario Kart 8 Deluxe and many other titles to go in-game on Mac. On M1 systems, Rosetta is required for now. + ## 1.1.548 - 2023-01-12 ### Fixed: - Ava UI: Reorder settings of Resolution Scaler. @@ -68,7 +81,7 @@ All updates to the Ryujinx official master build will be documented in this file ### Added: - Implement JIT ARM64 backend. - Adds ARM64 target support to the JIT, allowing it to work on ARM CPUs. - - Contributes to upstreaming the currently closed-source macOS build. + - Contributes towards upstreaming the currently closed-source macOS build. - Paves the way for Ryujinx to run on other ARM devices in the future. ## 1.1.535 - 2023-01-10