From 38098cc91bebde7349b8ab1876195f514356dba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Sun, 29 Oct 2017 22:00:48 +0100 Subject: [PATCH] GPU Hardware acceleration disabled by default --- source/uCEFApplication.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/uCEFApplication.pas b/source/uCEFApplication.pas index 4e8d4bc4..d322ce7e 100644 --- a/source/uCEFApplication.pas +++ b/source/uCEFApplication.pas @@ -388,7 +388,7 @@ begin FEnableSpellingService := True; FEnableMediaStream := True; FEnableSpeechInput := True; - FEnableGPU := True; + FEnableGPU := False; FCustomCommandLines := nil; FCustomCommandLineValues := nil; FCheckCEFFiles := True;