mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 13:37:08 +00:00
misc: chore: Prevent firmware installation prompt from showing up multiple times during runtime when using --install-firmware
This commit is contained in:
parent
0a2fa54037
commit
4743fbcb9d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ namespace Ryujinx.UI.Common.Helper
|
|||
public static string OverrideBackendThreading { get; private set; }
|
||||
public static string OverrideHideCursor { get; private set; }
|
||||
public static string BaseDirPathArg { get; private set; }
|
||||
public static FilePath FirmwareToInstallPathArg { get; private set; }
|
||||
public static FilePath FirmwareToInstallPathArg { get; set; }
|
||||
public static string Profile { get; private set; }
|
||||
public static string LaunchPathArg { get; private set; }
|
||||
public static string LaunchApplicationId { get; private set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue