This commit is contained in:
Natsumi
2022-11-15 10:15:38 +13:00
parent c8fad0bbae
commit 963cc6f91d
3 changed files with 55 additions and 4 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ namespace VRCX
foreach (string arg in args)
{
if (arg.Contains("--gpufix")) Program.GPUFix = true;
if (arg.Contains("--gpufix"))
Program.GPUFix = true;
if (arg.Length > 12 && arg.Substring(0, 12) == "/uri=vrcx://")
LaunchCommand = arg.Substring(12);