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

@@ -22,7 +22,7 @@ namespace GHelper.Gpu
public void InitGPUMode()
{
int eco = Program.acpi.DeviceGet(AsusACPI.GPUEcoEndpoint);
int eco = Program.acpi.DeviceGet(AsusACPI.GPUEco);
int mux = Program.acpi.DeviceGet(AsusACPI.GPUMux);
if (mux < 0) mux = Program.acpi.DeviceGet(AsusACPI.GPUMuxVivo);
@@ -205,7 +205,7 @@ namespace GHelper.Gpu
if (!GpuAuto && !ForceGPU) return false;
int eco = Program.acpi.DeviceGet(AsusACPI.GPUEcoEndpoint);
int eco = Program.acpi.DeviceGet(AsusACPI.GPUEco);
int mux = Program.acpi.DeviceGet(AsusACPI.GPUMux);
if (mux == 0)