Resolve Macmini4,1 HDEF pathing

This commit is contained in:
Mykola Grymalyuk
2022-01-23 11:42:20 -07:00
parent 9f96fa43ec
commit 18f9e05792
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
## 0.4.2
- Resolve app crashing on some 3rd party SAS/SATA controllers
- Add Beta identifier to macOS Installer menu
- Resolve Macmini4,1 HDEF pathing
## 0.4.1
- Add XHCI Boot Support to pre-UEFI 2.0 Macs

View File

@@ -1546,6 +1546,7 @@ smbios_dictionary = {
"Wireless Model": device_probe.Broadcom.Chipsets.AirPortBrcm4360,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2070,
"Ethernet Chipset": "Broadcom",
"nForce Chipset": True,
"Stock GPUs": [
device_probe.NVIDIA.Archs.Tesla
],