From 6c181e05a268b1c3dcbc885a99c58e08f3c34053 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 23 Aug 2020 15:08:58 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9378051..f60e5fa 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,18 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5221 - 2020-08-23 +### Changed +- HID now allows reconfiguration controllers during runtime! No need to restart emulation. +- Controller Applet now supports multiple controllers + - Mario Tennis Aces console multiplayer now works properly. +- Controller Applet now displays a Message dialog indicating config issues if any, and waits for user to correct them. +- HID now ignores Handheld config when Docked mode is enabled +- Auto-reassignment is dialed back (wasn't assigning valid configs most of the time anyway) to rely more on Controller Applet. +- Fun change: Adds official LED patterns to Player IDs +- Misc change: Hotkey toggles (such as Vsync) now only work when Emu window is focused. +- **NEW** Controller Setup Window now only shows valid options for respective types e.g. prevents setting up Pro Controller to Handheld + ## 1.0.5200 - 2020-08-19 ### Fixed - Fixed some build warnings and debug asserts caused by uninitialized fields on the VP9 decoder.