mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Vivobook Eco mode https://github.com/seerge/g-helper/issues/2847
This commit is contained in:
@@ -571,7 +571,7 @@ namespace GHelper
|
||||
public void InitGPU()
|
||||
{
|
||||
|
||||
if (Program.acpi.DeviceGet(AsusACPI.GPUEco) == 1)
|
||||
if (Program.acpi.DeviceGet(AsusACPI.GPUEcoEndpoint) == 1)
|
||||
{
|
||||
gpuVisible = buttonGPU.Visible = false;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user