Updated Changelog (markdown)

EmulationFanatic 2020-08-23 15:08:58 -06:00
parent af976e46b8
commit 6c181e05a2

@ -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.