This commit is contained in:
meelstorm
2025-10-13 14:59:28 +02:00
parent 44748f2855
commit 97ac18eac6
22 changed files with 645 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ public class EmulationSettings : ISettings
public int CycleDelay { get; set; } = 1;
public int PerImageDelay { get; set; } = 5000;
public bool SingleRun { get; set; } = false;
public bool SingleRun { get; set; } = true;
public string EmulationPath { get; set; }
public void RegisterSettings(InspectronSettings settings)