mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 22:35:38 +00:00
Detect RTSS missing
This commit is contained in:
parent
10daa36bd6
commit
302dd58551
5 changed files with 50 additions and 33 deletions
|
|
@ -10,22 +10,6 @@ namespace PerformanceOverlay
|
|||
{
|
||||
ApplicationConfiguration.Initialize();
|
||||
|
||||
try
|
||||
{
|
||||
foreach (var entry in RTSSSharedMemoryNET.OSD.GetOSDEntries())
|
||||
{
|
||||
Trace.WriteLine("Entry: {0}", entry.Owner);
|
||||
Trace.WriteLine("\t", entry.Text);
|
||||
|
||||
using (var newOSD = new OSD("New OSD"))
|
||||
{
|
||||
newOSD.Update(entry.Text);
|
||||
}
|
||||
}
|
||||
}
|
||||
catch(SystemException)
|
||||
{ }
|
||||
|
||||
using (var controller = new Controller())
|
||||
{
|
||||
Application.Run();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue