mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01: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