Skip to content

Commit

Permalink
Tell CEF to not create GPUCache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kinder committed Feb 10, 2020
1 parent 65687f9 commit f78e41c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Inform7/ReportHtml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ class I7CefApp : public CefApp,
void OnBeforeCommandLineProcessing(const CefString&, CefRefPtr<CefCommandLine> cmdLine)
{
cmdLine->AppendSwitchWithValue("force-device-scale-factor","1");
cmdLine->AppendSwitch("disable-gpu-shader-disk-cache");
}

CefRefPtr<CefBrowserProcessHandler> GetBrowserProcessHandler()
Expand Down

0 comments on commit f78e41c

Please sign in to comment.