Skip to content

Commit

Permalink
hoping this doesnt go to the actual pojlib repo on the QuestCraftPlus…
Browse files Browse the repository at this point in the history
…Plus profile
  • Loading branch information
thewiilover committed May 30, 2024
1 parent 053881b commit f0bdff1
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 @@ -189,7 +189,7 @@ public static int launchJavaVM(final Activity activity, final List<String> JVMAr
if (API_V1.model.equals("Meta Quest Pro") || API_V1.model.equals("Oculus Headset1")) {
userArgs.add("-Xms" + 2048 + "M");
userArgs.add("-Xmx" + 3072 + "M");
} elseif (API_v1.model.equals("Oculus Quest")) {
} elseif (API_v1.model.equals("Oculus Quest")); {
userArgs.add("-Xms" + 1024 + "M");
userArgs.add("-Xmx" + 1024 + "M");
} else {
Expand Down

0 comments on commit f0bdff1

Please sign in to comment.