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-03-16 23:07:19 -05:00
committed by KeatonTheBot
parent 624021ee5b
commit 0a2fa54037
2 changed files with 16 additions and 1 deletions
@@ -1229,7 +1229,7 @@ namespace Ryujinx.Ava.UI.ViewModels
return false;
}
private async Task HandleFirmwareInstallation(string filename)
public async Task HandleFirmwareInstallation(string filename)
{
try
{