mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Update SysPatch.py
This commit is contained in:
@@ -50,7 +50,7 @@ class PatchSysVolume:
|
|||||||
print(f"- {current_sip_bit}\t {temp}")
|
print(f"- {current_sip_bit}\t {temp}")
|
||||||
i = i + 1
|
i = i + 1
|
||||||
|
|
||||||
self.sip_needs_change = all(
|
sip_needs_change = all(
|
||||||
self.constants.csr_values[i]
|
self.constants.csr_values[i]
|
||||||
for i in [
|
for i in [
|
||||||
"CSR_ALLOW_UNTRUSTED_KEXTS",
|
"CSR_ALLOW_UNTRUSTED_KEXTS",
|
||||||
|
|||||||
Reference in New Issue
Block a user