mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 06:10:00 +10:00
Fix Root Patch Failure on Nvidia Tesla GPUs
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
## 0.2.2
|
## 0.2.2
|
||||||
|
|
||||||
- Fix IORegistry issue
|
- Fix IORegistry issue
|
||||||
|
- Fix Root Patch Failure on Nvidia Tesla GPUs
|
||||||
|
|
||||||
## 0.2.1
|
## 0.2.1
|
||||||
|
|
||||||
|
|||||||
@@ -476,7 +476,7 @@ class Constants:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def legacy_nvidia_path(self):
|
def legacy_nvidia_path(self):
|
||||||
return self.legacy_graphics / Path("Nvidia-Tesla-Fermi")
|
return self.legacy_graphics / Path("Nvidia-Tesla")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def legacy_nvidia_kepler_path(self):
|
def legacy_nvidia_kepler_path(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user