mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 04:36:23 +02:00
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:
parent
de16d8fa3e
commit
c2ed0fd5fd
4 changed files with 32 additions and 4 deletions
|
@ -793,7 +793,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
return false;
|
||||
}
|
||||
|
||||
private async Task HandleFirmwareInstallation(string filename)
|
||||
public async Task HandleFirmwareInstallation(string filename)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue