Skip to content

Commit

Permalink
drop ryzenadj --max-performance (#44)
Browse files Browse the repository at this point in the history
Testing has proven that there is no measurable benefit of having this setting enabled. No change to game performance with it enabled or disabled from a clean boot.
  • Loading branch information
fewtarius authored Sep 27, 2024
1 parent 098668b commit 99cd5ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py_modules/cpu_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ def ryzenadj(tdp: int):
'--slow-limit', f"{tdp}",
'--tctl-temp', f"95",
'--apu-skin-temp', f"95",
'--dgpu-skin-temp', f"95",
'--max-performance'
'--dgpu-skin-temp', f"95"
]

results = subprocess.call(commands)
Expand Down

0 comments on commit 99cd5ca

Please sign in to comment.