diff --git a/src/contexts/RyzenAdjContext.tsx b/src/contexts/RyzenAdjContext.tsx index 5ed792a..8d67b2d 100644 --- a/src/contexts/RyzenAdjContext.tsx +++ b/src/contexts/RyzenAdjContext.tsx @@ -66,7 +66,7 @@ const RyzenAdjOptionDefinitions: Array = [ ), label: getTranslation("ryzenAdj.minFclkFrequency.label", "Minimum Infinity Fabric frequency (Mhz)"), tab: "gpu", - min: 800, + min: 400, max: 2133, step: 1, default: 800, @@ -80,7 +80,7 @@ const RyzenAdjOptionDefinitions: Array = [ ), label: getTranslation("ryzenAdj.maxFclkFrequency.label", "Maximum Infinity Fabric frequency (Mhz)"), tab: "gpu", - min: 800, + min: 400, max: 2133, step: 1, default: 1200, @@ -105,7 +105,7 @@ const RyzenAdjOptionDefinitions: Array = [ ), label: getTranslation("ryzenAdj.stapmLimit.label", "CPU TDP (W)"), tab: "cpu", - min: 5, + min: 3, max: 100, step: 1, default: 25, @@ -133,7 +133,7 @@ const RyzenAdjOptionDefinitions: Array = [ ), label: getTranslation("ryzenAdj.fastLimit.label", "Long Boost TDP (W)"), tab: "cpu", - min: 5, + min: 3, max: 100, step: 1, default: 25, @@ -161,7 +161,7 @@ const RyzenAdjOptionDefinitions: Array = [ ), label: getTranslation("ryzenAdj.slowLimit.label", "Short Boost TDP (W)"), tab: "cpu", - min: 5, + min: 3, max: 100, step: 1, default: 10,