mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
XGM Special Activation
This commit is contained in:
@@ -308,8 +308,7 @@ namespace GHelper.Gpu
|
||||
else
|
||||
{
|
||||
|
||||
// To be verified on XGM 3080 / 4080
|
||||
if (Program.acpi.DeviceGet(AsusACPI.GPUXGFlag) == 1)
|
||||
if (AppConfig.Is("xgm_special"))
|
||||
Program.acpi.DeviceSet(AsusACPI.GPUXG, 0x101, "GPU XGM");
|
||||
else
|
||||
Program.acpi.DeviceSet(AsusACPI.GPUXG, 1, "GPU XGM");
|
||||
|
||||
Reference in New Issue
Block a user