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
|
else
|
||||||
{
|
{
|
||||||
|
|
||||||
// To be verified on XGM 3080 / 4080
|
if (AppConfig.Is("xgm_special"))
|
||||||
if (Program.acpi.DeviceGet(AsusACPI.GPUXGFlag) == 1)
|
|
||||||
Program.acpi.DeviceSet(AsusACPI.GPUXG, 0x101, "GPU XGM");
|
Program.acpi.DeviceSet(AsusACPI.GPUXG, 0x101, "GPU XGM");
|
||||||
else
|
else
|
||||||
Program.acpi.DeviceSet(AsusACPI.GPUXG, 1, "GPU XGM");
|
Program.acpi.DeviceSet(AsusACPI.GPUXG, 1, "GPU XGM");
|
||||||
|
|||||||
Reference in New Issue
Block a user