We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0730abd commit bd1e488Copy full SHA for bd1e488
src/main/java/net/montoyo/mcef/client/ClientProxy.java
@@ -162,7 +162,7 @@ public void onInit() {
162
ArrayList<String> libs = new ArrayList<>();
163
164
if(OS.isWindows()) {
165
- libs.add(System.getProperty("sun.arch.data.model").equals("64") ? "d3dcompiler_47.dll" : "d3dcompiler_43.dll");
+ libs.add("d3dcompiler_47.dll");
166
libs.add("libGLESv2.dll");
167
libs.add("libEGL.dll");
168
libs.add("chrome_elf.dll");
0 commit comments