Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Reintroduce apm-slow-limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Sep 22, 2024
1 parent 5c7b9a2 commit ea34b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-decky-tdp",
"version": "0.3.16-SF",
"version": "0.3.17-SF",
"description": "Very simple RyzenAdj Decky plugin",
"scripts": {
"build": "shx rm -rf dist && rollup -c --silent",
Expand Down
1 change: 1 addition & 0 deletions py_modules/cpu_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def ryzenadj(tdp: int):
'--fast-limit', f"{tdp}",
'--slow-limit', f"{tdp}",
'--tctl-temp', f"95",
'--apu-slow-limit', f"{tdp}",
'--max-performance'
]

Expand Down

0 comments on commit ea34b01

Please sign in to comment.