Vivobook Eco mode #2847

This commit is contained in:
Serge
2024-07-25 16:39:56 +02:00
parent 69f6be8941
commit 5858a9d45b
5 changed files with 8 additions and 8 deletions

View File

@@ -571,7 +571,7 @@ namespace GHelper
public void InitGPU()
{
if (Program.acpi.DeviceGet(AsusACPI.GPUEcoEndpoint) == 1)
if (Program.acpi.DeviceGet(AsusACPI.GPUEco) == 1)
{
gpuVisible = buttonGPU.Visible = false;
return;