Skip to content

Commit 05e66d3

Browse files
committed
Tweaks
1 parent 020a7d0 commit 05e66d3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

app/AsusACPI.cs

+14
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ public enum AsusFan
1010
XGM = 3
1111
}
1212

13+
public enum AsusMode
14+
{
15+
Balanced = 0,
16+
Turbo = 1,
17+
Silent = 2
18+
}
19+
20+
public enum AsusGPU
21+
{
22+
Eco = 0,
23+
Standard = 1,
24+
Ultimate = 2
25+
}
26+
1327
public class AsusACPI
1428
{
1529

0 commit comments

Comments
 (0)