PowerControl: Install custom resolutions (EDID) (experimental feature)

This commit is contained in:
Kamil Trzciński 2023-02-09 12:18:29 +01:00
parent fd93c051fa
commit 862d7afec5
7 changed files with 131 additions and 0 deletions

View file

@ -60,6 +60,16 @@ namespace PowerControl {
}
}
/// <summary>
/// Looks up a localized resource of type System.Byte[].
/// </summary>
internal static byte[] CRU_SteamDeck {
get {
object obj = ResourceManager.GetObject("CRU_SteamDeck", resourceCulture);
return ((byte[])(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>