mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
Detect RTSS missing
This commit is contained in:
parent
10daa36bd6
commit
302dd58551
5 changed files with 50 additions and 33 deletions
10
PerformanceOverlay/Resources.Designer.cs
generated
10
PerformanceOverlay/Resources.Designer.cs
generated
|
|
@ -61,21 +61,21 @@ namespace PerformanceOverlay {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap traffic_light_outline {
|
||||
internal static System.Drawing.Icon traffic_light_outline {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("traffic_light_outline", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
internal static System.Drawing.Icon traffic_light_outline1 {
|
||||
internal static System.Drawing.Icon traffic_light_outline_red {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("traffic_light_outline1", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("traffic_light_outline_red", resourceCulture);
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue