(Minor) Added argument to set VROverlay GPU to index 1, Fixes issues when rendering SteamVR on a GPU that is not considered the main GPU, such as with an IGPU

This commit is contained in:
Myrkur
2022-11-11 14:37:52 -05:00
parent d385279742
commit 22ef66747d
3 changed files with 18 additions and 5 deletions
+1
View File
@@ -24,6 +24,7 @@ namespace VRCX
foreach (string arg in args)
{
if (arg.Contains("--gpufix")) Program.GPUFix = true;
if (arg.Length > 12 && arg.Substring(0, 12) == "/uri=vrcx://")
LaunchCommand = arg.Substring(12);