mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-06 14:53:48 +00:00
SteamController: Use Roslyn Scripting to compile UserProfiles
- This looks into `UserProfiles/` and compiles user profiles - This exposes a very minimal scripting interface as defined by `Dynamic.Globals`
This commit is contained in:
parent
b24ae302b1
commit
e5debff45b
8 changed files with 504 additions and 11 deletions
|
|
@ -14,6 +14,7 @@ namespace SteamController.Devices
|
|||
private Stopwatch stopwatch = new Stopwatch();
|
||||
private TimeSpan? lastUpdate;
|
||||
private int failures;
|
||||
public long ElapsedMilliseconds { get => stopwatch.ElapsedMilliseconds; }
|
||||
public double DeltaTime { get; private set; }
|
||||
|
||||
internal SteamController()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue