mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-13 18:42:03 +08:00
修复在新版本Qemu上提示无--soundhw参数的问题
This commit is contained in:
@@ -120,7 +120,7 @@ int qemu::InstallGuessAdditions(QString controlName, int port, int device){
|
||||
return 0;
|
||||
}
|
||||
int qemu::EnabledAudio(){
|
||||
commandOption += "-soundhw all ";
|
||||
commandOption += "-device AC97 -device ES1370 -device intel-hda -device hda-duplex ";
|
||||
return 0;
|
||||
}
|
||||
int qemu::EnabledClipboardMode(){
|
||||
|
||||
Reference in New Issue
Block a user