aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Ava/Modules
AgeCommit message (Collapse)Author
2023-06-09Exclude macOS from checking for changed files (#5270)siegmund-heiss-ich
2023-06-05Updater: Ignore files introduced by the user in base directory (#5092)Kurochi51
* Updater: Ignore files introduced by the user in base directory * Replicate logic in Avalonia version. * Address requested changes * Updater: Ignore files introduced by the user in base directory * Replicate logic in Avalonia version. * Address requested changes * Address requested changes * Address requested changes * Comment cleanup * Address feedback * Forgot comment, tehe
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