Ryujinx/Ryujinx.Ava
Mary-nyan 6fe88115a3
misc: Some fixes to the updaters (#4092)
This was meant to be only an upgrade of how we set unix permission in
the updater to use .NET 7 new APIs, but I end up finding bugs along the
way.

Changelog:
- Remove direct usage of chmod to use File.SetUnixFileMode.
- Fix command line being broken when updating (#3744) but on
  Ryujinx.Ava.
- Makes Ryujinx.Ava updater fallback to Ryujinx executable if current
  name isn't found.
- Make permission setter function more generic.
2022-12-12 15:17:22 +01:00
..
Assets Fix "UI" abbreviation being miscapitalized (#4093) 2022-12-12 15:11:55 +01:00
Common
Helper UI: Add Metal surface creation for MoltenVK (#3980) 2022-12-06 19:00:25 -03:00
Input Use method overloads that support trimming. Mark some types to be trimming friendly (#4083) 2022-12-12 15:10:05 +01:00
Modules/Updater misc: Some fixes to the updaters (#4092) 2022-12-12 15:17:22 +01:00
Ui Fix Redundant Qualifer Warnings (#4091) 2022-12-10 21:21:13 +01:00
App.axaml
App.axaml.cs
AppHost.cs UI: Add Metal surface creation for MoltenVK (#3980) 2022-12-06 19:00:25 -03:00
Program.cs Fix Lambda Explicit Type Specification Warning (#4090) 2022-12-10 22:12:51 +01:00
Ryujinx.Ava.csproj Add explicit dependency on System.Drawing.Common on Ryujinx.Ava to workaround triming bugs 2022-12-09 20:12:09 +01:00
Ryujinx.ico