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.