mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
PowerControl: Install custom resolutions (EDID) (experimental feature)
This commit is contained in:
parent
fd93c051fa
commit
862d7afec5
7 changed files with 131 additions and 0 deletions
10
PowerControl/Resources.Designer.cs
generated
10
PowerControl/Resources.Designer.cs
generated
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue