CPU power limits for old devices

This commit is contained in:
Serge
2023-06-22 15:53:35 +02:00
parent 40ecdf0d35
commit e58a396cbd
12 changed files with 180 additions and 139 deletions

View File

@@ -160,7 +160,7 @@ namespace GHelper.Properties {
}
/// <summary>
/// Looks up a localized string similar to Apply.
/// Looks up a localized string similar to Apply Power Limits.
/// </summary>
internal static string ApplyPowerLimits {
get {
@@ -1176,6 +1176,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Undervolting is experimental and risky feature. If applied values are too low for your hardware, it can become unstable, shut down or cause data corruption. If you want to try - start from small values first, click Apply and test what works for you..
/// </summary>
internal static string UndervoltingRisky {
get {
return ResourceManager.GetString("UndervoltingRisky", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Updates.
/// </summary>