UI: --install-firmware startup flag.

Has the normal UI flow, this is just for systems where the file picker doesn't show up.
This commit is contained in:
Evan Husted 2025-02-19 23:07:50 -06:00
parent de16d8fa3e
commit c2ed0fd5fd
4 changed files with 32 additions and 4 deletions

View file

@ -793,7 +793,7 @@ namespace Ryujinx.Ava.UI.ViewModels
return false;
}
private async Task HandleFirmwareInstallation(string filename)
public async Task HandleFirmwareInstallation(string filename)
{
try
{