新增arm32、arm64 uefi固件

This commit is contained in:
2023-11-11 19:51:31 +08:00
parent bc0c9039fd
commit f5b2a3fd93
5 changed files with 16 additions and 0 deletions

View File

@@ -40,6 +40,10 @@ public:
int OpenUSB();
int EnabledUEFI(bool status);
int AutoInstall(QString iso);
int UseAarch64EFI();
int UseArmhfEFI();
int UseLoongarch64EFI();
int UseOtherEFI(QString fdFilePath);
private:
QString commandOption = "";