mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 21:40:15 -07:00
Add automatic memory adjuster
This commit is contained in:
parent
9dbc114177
commit
ddd9a27cdb
4 changed files with 34 additions and 3 deletions
|
|
@ -21,6 +21,7 @@ import net.kdt.pojavlaunch.utils.*;
|
|||
import net.kdt.pojavlaunch.value.*;
|
||||
import org.lwjgl.glfw.*;
|
||||
import android.view.*;
|
||||
import android.widget.Toast;
|
||||
|
||||
public final class Tools
|
||||
{
|
||||
|
|
@ -103,7 +104,7 @@ public final class Tools
|
|||
ctx.appendlnToLog("full args: "+javaArgList.toString());
|
||||
JREUtils.launchJavaVM(ctx, javaArgList);
|
||||
}
|
||||
|
||||
|
||||
public static void getJavaArgs(Context ctx, List<String> javaArgList) {
|
||||
List<String> overrideableArgList = new ArrayList<String>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue