mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
Add images for PerfOverlay
This commit is contained in:
parent
01f0d6b366
commit
8c30844d56
6 changed files with 32 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ namespace PerformanceOverlay
|
|||
FPS,
|
||||
Minimal,
|
||||
Detail,
|
||||
All
|
||||
Full
|
||||
}
|
||||
|
||||
public class Entry
|
||||
|
|
@ -177,7 +177,7 @@ namespace PerformanceOverlay
|
|||
new Entry { Text = "[OBJ_FT_LARGE]<S1> <A0><FT><A><A1> ms<A><S><C>" },
|
||||
},
|
||||
Separator = "\r\n",
|
||||
Include = { Mode.All }
|
||||
Include = { Mode.Full }
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
30
README.md
30
README.md
|
|
@ -42,6 +42,36 @@ Those are currently supported:
|
|||
- F7A0107 (PD ver: 0xB030)
|
||||
- F7A0110 (PD ver: 0xB030)
|
||||
|
||||
## 2. Performance Overlay
|
||||
|
||||
This is a very simple application that requires [Rivatuner Statistics Server Download](https://www.rivatuner.org/)
|
||||
and provides asthetics of SteamOS Performance Overlay.
|
||||
|
||||
Uninstall MSI Afterburner and any other OSD software.
|
||||
|
||||
It currently registers two global hotkeys:
|
||||
|
||||
- **F11** - enable performance overlay
|
||||
- **Shift+F11** - cycle to next performance overlay (and enable it)
|
||||
|
||||
There are 4 modes:
|
||||
|
||||
### 2.1. FPS
|
||||
|
||||
<img src="images/perf_overlay_fps.png" width="300"/>
|
||||
|
||||
### 2.2. Minimal
|
||||
|
||||
<img src="images/perf_overlay_min.png" width="300"/>
|
||||
|
||||
### 2.3. Detail
|
||||
|
||||
<img src="images/perf_overlay_detail.png" width="300"/>
|
||||
|
||||
### 2.4. Full
|
||||
|
||||
<img src="images/perf_overlay_full.png" width="300"/>
|
||||
|
||||
## Author
|
||||
|
||||
Kamil Trzciński, 2022, License GPLv3
|
||||
|
|
|
|||
BIN
images/perf_overlay_detail.png
Normal file
BIN
images/perf_overlay_detail.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
BIN
images/perf_overlay_fps.png
Normal file
BIN
images/perf_overlay_fps.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
images/perf_overlay_full.png
Normal file
BIN
images/perf_overlay_full.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
BIN
images/perf_overlay_min.png
Normal file
BIN
images/perf_overlay_min.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue