mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Add a patch to allow booting macOS with unsupported SMBIOS
This commit is contained in:
@@ -88,4 +88,7 @@ mac_devices = [
|
||||
# MacPro Models
|
||||
MacDevice("MacPro6,1", "E5-1620 v2", "Ivy Bridge EP", "AMD FirePro D300", "10.9.1", "21.99.99"),
|
||||
MacDevice("MacPro7,1", "W-3245M", "Cascade Lake-W", "AMD Radeon Pro 580X", "19.0.0")
|
||||
]
|
||||
]
|
||||
|
||||
def get_mac_device_by_name(name):
|
||||
return next((mac_device for mac_device in mac_devices if mac_device.name == name), None)
|
||||
Reference in New Issue
Block a user