Add firmware throttle patch

Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/555
This commit is contained in:
Mykola Grymalyuk
2021-10-10 20:42:05 -06:00
parent 12e0ffff71
commit 47a2f71612
7 changed files with 73 additions and 8 deletions

View File

@@ -976,7 +976,7 @@
<key>BundlePath</key>
<string>CSLVFixup.kext</string>
<key>Comment</key>
<string>Fix Music.app</string>
<string>Fix Music</string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
@@ -988,6 +988,24 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>SimpleMSR.kext</string>
<key>Comment</key>
<string>Disable firmware based battery throttling</string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/SimpleMSR</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Block</key>
<array/>