diff --git a/Changelog.md b/Changelog.md index fd19ef8..ccd840c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.343 - 2022-11-12 +### Fixed: +- UI: Allow overriding graphics backend + Move command line parser into a new class. + - Adds a new command line option "-g/--graphics-backend" which allows to override the previously configured graphics backend value on launch. + - Command line arguments are now kept when Avalonia restarts (except for the overridden graphics backend). + - Reduces the amount of duplicate code between GTK and Avalonia. + ## 1.1.342 - 2022-11-12 ### Fixed: - Use vector transform feedback outputs if possible.