Skip to content

Commit

Permalink
Fix the "Fix"
Browse files Browse the repository at this point in the history
  • Loading branch information
CADIndie authored Aug 28, 2024
1 parent 256bb69 commit 89543e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/pojlib/util/JREUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ public static int launchJavaVM(final Activity activity, final List<String> JVMAr
userArgs.add("-XX:+AllowUserSignalHandlers");
userArgs.add("-XX:+DisableExplicitGC");
userArgs.add("-XX:+UseCriticalJavaThreadPriority");
userArgs.add("-XX:+UnlockDiagnosticVMOptions");
userArgs.add("-XX:-ImplicitNullCheck");

userArgs.add("-Dorg.lwjgl.opengl.libname=" + graphicsLib);
Expand Down

0 comments on commit 89543e1

Please sign in to comment.