Skip to content

Commit

Permalink
fix: Fix performance regression introduced accidentally
Browse files Browse the repository at this point in the history
Seems like I accidentally swapped Big Sur with Monterey and newer values. Performance should be on par with or higher than WhateverGreen now.
  • Loading branch information
VisualEhrmanntraut committed Nov 26, 2024
1 parent 1c9fdbe commit 98f6f7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NootRX/Firmware/com.apple.kext.AMDRadeonX6000Framebuffer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<key>PP_Run_DcBTC</key>
<integer>0</integer>
<key>PP_WorkLoadPolicyMask</key>
<integer>32</integer>
<integer>16</integer>
<key>SMU_DisallowedFeatures</key>
<integer>4</integer>
</dict>
Expand Down Expand Up @@ -150,7 +150,7 @@
<key>PP_Run_DcBTC</key>
<integer>0</integer>
<key>PP_WorkLoadPolicyMask</key>
<integer>32</integer>
<integer>16</integer>
<key>SMU_DisallowedFeatures</key>
<integer>4</integer>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<key>PP_Run_DcBTC</key>
<integer>0</integer>
<key>PP_WorkLoadPolicyMask</key>
<integer>16</integer>
<integer>32</integer>
<key>SMU_DisallowedFeatures</key>
<integer>4</integer>
</dict>
Expand Down

0 comments on commit 98f6f7d

Please sign in to comment.