This commit is contained in:
Serge
2024-07-25 00:06:19 +02:00
parent 258bf3048a
commit 69f6be8941
5 changed files with 12 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ namespace GHelper.Gpu
public void InitGPUMode()
{
int eco = Program.acpi.DeviceGet(AsusACPI.GPUEco);
int eco = Program.acpi.DeviceGet(AsusACPI.GPUEcoEndpoint);
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.GPUEco);
int eco = Program.acpi.DeviceGet(AsusACPI.GPUEcoEndpoint);
int mux = Program.acpi.DeviceGet(AsusACPI.GPUMux);
if (mux == 0)