ソースを参照

wizard: windows + legacy = enable ps/2

osy 1 週間 前
コミット
464fd7dd7c
1 ファイル変更3 行追加0 行削除
  1. 3 0
      Platform/Shared/VMWizardState.swift

+ 3 - 0
Platform/Shared/VMWizardState.swift

@@ -576,6 +576,9 @@ struct AlertMessage: Identifiable {
                 config.drives.append(toolsDiskDrive)
             }
         }
+        if legacyHardware && operatingSystem == .Windows {
+            config.qemu.hasPS2Controller = true
+        }
         if legacyHardware && systemArchitecture.hasUsbSupport && systemTarget.hasUsbSupport {
             config.input.usbBusSupport = .usb2_0
         }