mirror of
https://github.com/jkocon/g-helper.git
synced 2026-04-10 13:00:26 +02:00
Set GPU Clocks earlier
This commit is contained in:
@@ -86,12 +86,13 @@ namespace GHelper.Mode
|
||||
// Vivobook fallback
|
||||
if (status != 1) Program.acpi.SetVivoMode(Modes.GetBase(mode));
|
||||
|
||||
SetGPUClocks();
|
||||
|
||||
AutoFans();
|
||||
await Task.Delay(TimeSpan.FromMilliseconds(1000));
|
||||
AutoPower();
|
||||
|
||||
|
||||
SetGPUClocks();
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user