mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 23:00:45 -04:00
Update JREUtils.java
This commit is contained in:
parent
f966a153fc
commit
5d66b6a2a0
@ -296,7 +296,7 @@ public class JREUtils {
|
||||
//Add automatically generated args
|
||||
userArgs.add("-Xms" + LauncherPreferences.PREF_RAM_ALLOCATION + "M");
|
||||
userArgs.add("-Xmx" + LauncherPreferences.PREF_RAM_ALLOCATION + "M");
|
||||
userArgs.add(" -XX:+IgnoreUnrecognizedVMOptions ");
|
||||
userArgs.add("-XX:+IgnoreUnrecognizedVMOptions");
|
||||
if(LOCAL_RENDERER != null) userArgs.add("-Dorg.lwjgl.opengl.libname=" + graphicsLib);
|
||||
|
||||
userArgs.addAll(JVMArgs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user