You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 121.3.13
This commit is contained in:
@ -1932,6 +1932,10 @@ begin
|
||||
TempList.Add(TempDir + 'vulkan-1.dll');
|
||||
TempList.Add(TempDir + 'libEGL.dll');
|
||||
TempList.Add(TempDir + 'libGLESv2.dll');
|
||||
{$IFDEF WIN64}
|
||||
TempList.Add(TempDir + 'dxcompiler.dll');
|
||||
TempList.Add(TempDir + 'dxil.dll');
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
{$IFDEF LINUX}
|
||||
TempList.Add(TempDir + 'libEGL.so');
|
||||
|
Reference in New Issue
Block a user