XBox controller toggle

This commit is contained in:
Serge
2024-01-27 11:50:13 +01:00
parent 2987d750e3
commit 8884b0d844
4 changed files with 11 additions and 15 deletions

View File

@@ -412,6 +412,11 @@ public static class AppConfig
return ContainsModel("X13");
}
public static bool IsG14AMD()
{
return ContainsModel("GA402R");
}
public static bool DynamicBoost5()
{
return ContainsModel("GZ301ZE");