fix latest changes

This commit is contained in:
Vova
2025-02-11 15:32:17 +10:00
parent 03692e6072
commit af13f4bb3b
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ namespace Ryujinx.Ava.Utilities
continue;
}
OverrideBackendThreadingCustom = args[++i];
OverrideBackendThreadingAfterReboot = args[++i];
break;
case "--pptc":
if (i + 1 >= args.Length)