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

Commit

Permalink
v0.3.16-SF
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Aug 2, 2024
1 parent 39cfa23 commit 5c7b9a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.14-SF",
"version": "0.3.16-SF",
"description": "Very simple RyzenAdj Decky plugin",
"scripts": {
"build": "shx rm -rf dist && rollup -c --silent",
Expand Down
2 changes: 1 addition & 1 deletion py_modules/cpu_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def supports_cpu_boost():

def set_cpu_boost(enabled = True):
try:
set_cpb_boost()
set_cpb_boost(enabled)

# legacy boost path for acpi cpufreq
if os.path.exists(BOOST_PATH):
Expand Down

0 comments on commit 5c7b9a2

Please sign in to comment.