mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
DisableGpuAcceleration option
This commit is contained in:
@@ -57,6 +57,11 @@ namespace VRCX
|
||||
{
|
||||
cefSettings.CefCommandLineArgs["proxy-server"] = WebApi.ProxyUrl;
|
||||
}
|
||||
|
||||
if (VRCXStorage.Instance.Get("VRCX_DisableGpuAcceleration") == "true")
|
||||
{
|
||||
cefSettings.CefCommandLineArgs.Add("disable-gpu");
|
||||
}
|
||||
|
||||
if (Program.LaunchDebug)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user