mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-13 18:42:03 +08:00
支持UEFI启动
This commit is contained in:
@@ -119,6 +119,9 @@ int qemu::SetKeyboardPS2(){
|
||||
int qemu::OpenUSB(){
|
||||
return 0;
|
||||
}
|
||||
int EnabledUEFI(bool status){
|
||||
|
||||
int qemu::EnabledUEFI(bool status){
|
||||
if(status){
|
||||
commandOption += "--bios /usr/share/qemu/OVMF.fd ";
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user