mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
This commit is contained in:
@@ -674,7 +674,7 @@ namespace GHelper
|
|||||||
private void trackGPUClockLimit_Scroll(object? sender, EventArgs e)
|
private void trackGPUClockLimit_Scroll(object? sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
|
||||||
int maxClock = (int)Math.Round((float)trackGPUClockLimit.Value / 50) * 50;
|
int maxClock = (int)Math.Round((float)trackGPUClockLimit.Value / 5) * 5;
|
||||||
|
|
||||||
trackGPUClockLimit.Value = maxClock;
|
trackGPUClockLimit.Value = maxClock;
|
||||||
AppConfig.SetMode("gpu_clock_limit", maxClock);
|
AppConfig.SetMode("gpu_clock_limit", maxClock);
|
||||||
|
|||||||
Reference in New Issue
Block a user