Rewrite of core ASUSWmi module, now app doesn't need admin permissions

This commit is contained in:
seerge
2023-02-22 19:14:31 +01:00
parent 16f6f3f934
commit 2ee9110016
6 changed files with 194 additions and 112 deletions

View File

@@ -432,7 +432,6 @@ namespace GHelper
int eco = Program.wmi.DeviceGet(ASUSWmi.GPUEco);
int mux = Program.wmi.DeviceGet(ASUSWmi.GPUMux);
int GPUMode;
if (mux == 0) // GPU in Ultimate, ignore
return;