mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
symbios_data.py: Fix GPU data set
This commit is contained in:
@@ -1014,7 +1014,7 @@ smbios_dictionary = {
|
||||
"Screen Size": 13,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
"Stock GPUs": [
|
||||
device_probe.NVIDIA.Archs.Kepler
|
||||
device_probe.Intel.Archs.Ivy_Bridge,
|
||||
],
|
||||
"Stock Storage": [
|
||||
"SATA 2.5",
|
||||
@@ -1050,7 +1050,7 @@ smbios_dictionary = {
|
||||
"Screen Size": 13,
|
||||
"Ethernet Chipset": None,
|
||||
"Stock GPUs": [
|
||||
device_probe.NVIDIA.Archs.Kepler
|
||||
device_probe.Intel.Archs.Ivy_Bridge,
|
||||
],
|
||||
"Stock Storage": [
|
||||
"mSATA",
|
||||
|
||||
Reference in New Issue
Block a user