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
|
// Vivobook fallback
|
||||||
if (status != 1) Program.acpi.SetVivoMode(Modes.GetBase(mode));
|
if (status != 1) Program.acpi.SetVivoMode(Modes.GetBase(mode));
|
||||||
|
|
||||||
|
SetGPUClocks();
|
||||||
|
|
||||||
AutoFans();
|
AutoFans();
|
||||||
await Task.Delay(TimeSpan.FromMilliseconds(1000));
|
await Task.Delay(TimeSpan.FromMilliseconds(1000));
|
||||||
AutoPower();
|
AutoPower();
|
||||||
|
|
||||||
|
|
||||||
SetGPUClocks();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user