From 38aba8b96c431f75633683283196a7993d277885 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 12 Nov 2022 23:45:53 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.