mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 12:48:18 +10:00
Hide OpenShell.efi by default
Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/139
This commit is contained in:
@@ -708,10 +708,44 @@ AMDMXMGPUs = [
|
||||
"0x67c0",#AMD WX 7100
|
||||
]
|
||||
|
||||
nativeWifi = [
|
||||
"ba430000",#BCM43602
|
||||
"a3430000",#BCM4350
|
||||
"a0430000",#BCM4360
|
||||
BCM4360Wifi = [
|
||||
"43BA",#BCM43602
|
||||
"43A3",#BCM4350
|
||||
"43A0",#BCM4360
|
||||
]
|
||||
|
||||
BCM94331Wifi = [
|
||||
"4331",
|
||||
"4353",
|
||||
]
|
||||
|
||||
BCM94322Wifi = [
|
||||
"4331",
|
||||
"4353",
|
||||
"432B",
|
||||
]
|
||||
|
||||
BCM94328Wifi = [
|
||||
"4311",
|
||||
"4312",
|
||||
"4313",
|
||||
"4318",
|
||||
"4319",
|
||||
"431A",
|
||||
"4320",
|
||||
"4324",
|
||||
"4325",
|
||||
"4328",
|
||||
"432C",
|
||||
"432D",
|
||||
]
|
||||
|
||||
AtherosWifi = [
|
||||
"0030",
|
||||
"002A",
|
||||
"001C",
|
||||
"0023",
|
||||
"0024",
|
||||
]
|
||||
|
||||
NightShiftExclude = [
|
||||
|
||||
Reference in New Issue
Block a user