Allow Root Patches by default on legacy GPUs

This commit is contained in:
Mykola Grymalyuk
2021-04-17 09:44:12 -06:00
parent 2b04a06adc
commit bbd379a584
6 changed files with 111 additions and 91 deletions
+4
View File
@@ -44,6 +44,10 @@ class Constants:
self.custom_mxm_gpu: str = None
self.current_gpuv: str = None
self.current_gpud: str = None
self.igpu_vendor = ""
self.igpu_device = ""
self.dgpu_vendor = ""
self.dgpu_device = ""
# Patcher Settings
self.opencore_debug = False