新增UEFI支持

This commit is contained in:
2023-08-10 13:21:30 +08:00
parent cd356e5f7f
commit 056a30c29d
13 changed files with 1570 additions and 375 deletions

View File

@@ -14,6 +14,8 @@ public:
void CleanScreen();
QString GetNet();
int Download(QString url, QString path, QString fileName);
int GetCPUSocket();
int GetCPUCore();
};
#endif // BUILDVBOX_H