From 4db636b981ddfb65b93faf0ddb4ca438d2e0b518 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 6 Jul 2023 17:51:58 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 60375a4..4a03533 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,16 @@ 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.955 - 2023-07-06 +### Changed: +- Revert "sdl: set SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS to 0". + - Reverted due to causing issues with official Nintendo controllers. + +## 1.1.954 - 2023-07-06 +### Changed: +- sdl: set SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS to 0. + - ABXY buttons should have the correct default mapping on the controller profile regardless of brand. + ## 1.1.953 - 2023-07-06 ### Added: - Headless: Add support for fullscreen option.