Disable VR Overlay GPU Acceleration

This commit is contained in:
Natsumi
2024-11-18 16:52:11 +13:00
parent 78dc8ea42d
commit 5ed92aed82
12 changed files with 1065 additions and 28 deletions

View File

@@ -56,7 +56,7 @@ namespace VRCX
{
_browser1.ExecuteScriptAsync("location.reload()");
_browser2.ExecuteScriptAsync("location.reload()");
VRCXVR.Instance.Refresh();
Program.VRCXVRInstance.Refresh();
}
private void button_devtools_Click(object sender, System.EventArgs e)