(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 -1
View File
@@ -17,7 +17,7 @@ namespace VRCX
public static string ConfigLocation;
public static string Version { get; private set; }
public static bool LaunchDebug;
public static bool GPUFix;
static Program()
{
BaseDirectory = AppDomain.CurrentDomain.BaseDirectory;