1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-01-03 10:15:38 +02:00

GPU Hardware acceleration disabled by default

This commit is contained in:
Salvador Díaz Fau 2017-10-29 22:00:48 +01:00
parent 453c3065d7
commit 38098cc91b

View File

@ -388,7 +388,7 @@ begin
FEnableSpellingService := True;
FEnableMediaStream := True;
FEnableSpeechInput := True;
FEnableGPU := True;
FEnableGPU := False;
FCustomCommandLines := nil;
FCustomCommandLineValues := nil;
FCheckCEFFiles := True;