From e1caa4ee330e78c814ce77518ad2254279067e3c Mon Sep 17 00:00:00 2001 From: gdkchan Date: Mon, 22 Jan 2024 17:38:56 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Changelog.md b/Changelog.md index 34c497a..6e1538a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,23 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog).# +## 1.1.1120 - 2024-01-22 +### Added: +- Add a separate device memory manager. + - Reading or writing video data to unmapped memory regions will no longer cause the emulator to crash. + - Should fix random crashes on PERSONA 5 Tactica while pre-rendered cutscenes are played, but that is unconfirmed. + +## 1.1.1119 - 2024-01-22 +### Fixed: +- Input: Improve controller identification. + - Ensures that controllers are connected to a consistent player number when multiple controllers are connected and disconnected. + - This ensures that, for example, Player 1 will not change to Player 2 and vice-versa if one of the controllers is disconnected. + +## 1.1.1118 - 2024-01-21 +### Fixed: +- Fix integer overflow on downsample surround to stereo. + - Fixes audio peaking and crakling with SDL2 backend on Shin Megami Tensei V, and likely other games that uses surround 5.1 output, when the connected audio device only supports stereo or mono. + ## 1.1.1117 - 2024-01-20 ### Added: - Implement a new JIT for Arm devices.