chore(.NET): update Cef 111

This commit is contained in:
Natsumi
2023-03-25 03:58:31 +13:00
parent 4d97dcb798
commit 1ed71c2596
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -50,14 +50,14 @@ namespace VRCX
cefSettings.SetOffScreenRenderingBestPerformanceArgs(); // causes white screen sometimes?
if (Program.LaunchDebug)
{
cefSettings.RemoteDebuggingPort = 8088;
cefSettings.CefCommandLineArgs["remote-allow-origins"] = "*";
}
CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO (needed for synchronous configRepository)
CefSharpSettings.ShutdownOnExit = false;
// Enable High-DPI support on Windows 7 or newer
Cef.EnableHighDPISupport();
if (Cef.Initialize(cefSettings) == false)
{
throw new Exception("Cef.Initialize()");