mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
(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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user