mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-17 13:22:54 +10:00
sys_patch.py: Add support for AMD Polaris
This commit is contained in:
@@ -506,7 +506,7 @@ class PatchSysVolume:
|
||||
else:
|
||||
print(f"- Running Process:\n{process}")
|
||||
utilities.process_status(subprocess.run(process, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=True))
|
||||
if "AMD Legacy GCN" in required_patches:
|
||||
if "AMD Legacy GCN" in required_patches or "AMD Legacy Polaris" in required_patches:
|
||||
sys_patch_helpers.sys_patch_helpers(self.constants).disable_window_server_caching()
|
||||
self.write_patchset(required_patches)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user