aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Ava/Modules
AgeCommit message (Collapse)Author
2023-05-12Fix the restart after an update. (#4869)John
* Fix the restart after an update. * Fix the updater for the Ava UI too. * Fixing up the code after some change requests. Removed a line of code that was accidentally left in. * Fix restarting on Linux Avalonia. * Fix issues with escaped arguments.
2023-04-27Move solution and projects to srcTSR Berry