Merge branch 'main' into vmm

This commit is contained in:
Mykola Grymalyuk
2021-10-08 08:46:31 -06:00
12 changed files with 48 additions and 54 deletions
+9 -4
View File
@@ -715,12 +715,17 @@ the event there's issues.
"""Many thanks to the following:
- Acidanthera:\tOpenCore, kexts and other tools
- Khronokernel:\tWriting and maintaining this patcher
- DhinakG:\t\tWriting and maintaining this patcher
- Khronokernel:\tWriting and maintaining this patcher
- ASentientBot:\tLegacy Acceleration Patches
- Ausdauersportler:\tLinking fixes for SNBGraphicsFB and AMDX3000
- Syncretic:\t\tAAAMouSSE and telemetrap
- cdf:\t\tNightShiftEnabler and Innie"""
- Syncretic:\t\tAAAMouSSE, telemetrap, and SurPlus
- cdf:\t\tNightShiftEnabler and Innie
- parrotgeek1:\tVMM Patch Set
Source Code:
https://github.com/dortania/OpenCore-Legacy-Patcher
"""
],
).start()
@@ -852,7 +857,7 @@ system_profiler SPHardwareDataType | grep 'Model Identifier'
# MenuOptions(self.constants.custom_model or self.constants.computer.real_model, self.constants).set_amfi,
# ],
[
f"Set System Intrgity Protection (SIP):\tCurrently {self.constants.sip_status}",
f"Set System Integrity Protection (SIP):\tCurrently {self.constants.sip_status}",
MenuOptions(self.constants.custom_model or self.constants.computer.real_model, self.constants).change_sip,
],
[