Skip to content

Commit

Permalink
again a single mistake (why does it need to be soo specific) :(
Browse files Browse the repository at this point in the history
  • Loading branch information
thewiilover committed May 30, 2024
1 parent 9f7f9f1 commit 396aed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/pojlib/util/JREUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public static int launchJavaVM(final Activity activity, final List<String> JVMAr
userArgs.add("-Xms" + 2048 + "M");
userArgs.add("-Xmx" + 3072 + "M");
}
else if (API_v1.model.equals("Oculus Quest")) {
else if (API_V1.model.equals("Oculus Quest")) {
userArgs.add("-Xms" + 1024 + "M");
userArgs.add("-Xmx" + 1024 + "M");
} else {
Expand Down

0 comments on commit 396aed5

Please sign in to comment.