Skip to content

Commit

Permalink
Merge branch 'gl4es_lwjgl3' of https://github.com/PojavLauncherTeam/P…
Browse files Browse the repository at this point in the history
…ojavLauncher into gl4es_lwjgl3
  • Loading branch information
khanhduytran0 committed Aug 15, 2020
2 parents 6b35830 + eb3afce commit afc8dd4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions app/src/main/java/net/kdt/pojavlaunch/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -203,18 +203,12 @@ public void onClick(DialogInterface p1, int p2)
setTitle("Minecraft " + mProfile.getVersion());

initEnvs();
/*
if (mVersionInfo.arguments != null) {
System.loadLibrary("gl04es");
}
*/

/*
if (mVersionInfo.arguments != null) {
System.loadLibrary("lwjgl32");
System.loadLibrary("lwjgl_opengl32");
System.loadLibrary("lwjgl_stb32");
}
*/
this.displayMetrics = Tools.getDisplayMetrics(this);

AndroidDisplay.windowWidth = displayMetrics.widthPixels / scaleFactor;
Expand Down

0 comments on commit afc8dd4

Please sign in to comment.