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