This commit is contained in:
2024-01-29 17:17:20 +08:00
parent c861d64529
commit 3771da5c58
5 changed files with 33 additions and 6 deletions

4
qemu.h
View File

@@ -49,8 +49,10 @@ public:
int UseArmhfEFI();
int UseLoongarch64EFI();
int UseOtherEFI(QString fdFilePath);
private:
void SetMore(QString option);
QString commandOption = "";
private:
};