This commit is contained in:
Łukasz Domeradzki
2025-02-12 16:11:10 +01:00
parent 2c31b5f11f
commit 2f658a3d4e
7 changed files with 10 additions and 283 deletions

View File

@@ -59,7 +59,6 @@ internal static class Program {
internal static bool Service { get; private set; }
internal static bool ShutdownSequenceInitialized { get; private set; }
internal static bool SteamParentalGeneration { get; private set; } = true;
internal static bool UseOpenApi { get; private set; }
private static readonly Dictionary<PosixSignal, PosixSignalRegistration> RegisteredPosixSignals = new();
private static readonly TaskCompletionSource<byte> ShutdownResetEvent = new();
@@ -611,10 +610,6 @@ internal static class Program {
case "--SYSTEM-REQUIRED" when noArgumentValueNext():
SystemRequired = true;
break;
case "--USE-OPENAPI" when noArgumentValueNext():
UseOpenApi = true;
break;
default:
if (cryptKeyNext) {