Updated Changelog (markdown)

MetrosexualGarbodor 2022-11-12 23:45:53 +00:00
parent 7b71dbb9f1
commit 38aba8b96c

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