misc: chore: Prevent firmware installation prompt from showing up multiple times during runtime when using --install-firmware

This commit is contained in:
Evan Husted
2025-02-20 18:52:37 -06:00
parent e0ddbe55c0
commit d0ac83b493
2 changed files with 4 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ namespace Ryujinx.Ava.Utilities
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; }