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