mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-01 20:53:45 +02:00
chore(.NET): update Cef 111
This commit is contained in:
+3
-3
@@ -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()");
|
||||
|
||||
Reference in New Issue
Block a user