Custom Power schemes support

This commit is contained in:
seerge
2023-04-11 18:50:12 +02:00
parent 2daf1f5434
commit bee7f35475
8 changed files with 86 additions and 8 deletions

View File

@@ -186,6 +186,12 @@ public class AppConfig
return curve;
}
public string getConfigPerfString(string name)
{
int mode = getConfig("performance_mode");
return getConfigString(name + "_" + mode);
}
public int getConfigPerf(string name)
{
int mode = getConfig("performance_mode");