mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 14:40:52 +10:00
Hid misleading print statement
This commit is contained in:
@@ -143,7 +143,7 @@ class PatchSysVolume:
|
|||||||
rebuild_required = True
|
rebuild_required = True
|
||||||
|
|
||||||
if self.model in ModelArray.LegacyGPU:
|
if self.model in ModelArray.LegacyGPU:
|
||||||
print("- Attemping Legacy GPU Patches")
|
#print("- Attemping Legacy GPU Patches")
|
||||||
#TODO: Re-enable when GPU patches are public
|
#TODO: Re-enable when GPU patches are public
|
||||||
#self.gpu_accel_patches()
|
#self.gpu_accel_patches()
|
||||||
#rebuild_required = True
|
#rebuild_required = True
|
||||||
|
|||||||
Reference in New Issue
Block a user