mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-13 18:42:03 +08:00
新增arm32、arm64 uefi固件
This commit is contained in:
@@ -118,6 +118,18 @@ int qemu::SetKeyboardPS2(){
|
||||
}
|
||||
int qemu::OpenUSB(){
|
||||
return 0;
|
||||
}
|
||||
int qemu::UseAarch64EFI(){
|
||||
|
||||
}
|
||||
int qemu::UseArmhfEFI(){
|
||||
|
||||
}
|
||||
int qemu::UseLoongarch64EFI(){
|
||||
|
||||
}
|
||||
int qemu::UseOtherEFI(QString fdFilePath){
|
||||
|
||||
}
|
||||
int qemu::EnabledUEFI(bool status){
|
||||
if(!status){
|
||||
|
||||
Reference in New Issue
Block a user