[Android] Manual update instruction.

This commit is contained in:
Anthony Calosa
2020-12-02 06:33:52 +08:00
parent b765f7bb20
commit 0f05620dc9
5 changed files with 19 additions and 17 deletions

View File

@@ -97,7 +97,7 @@ public class Main {
ForgePreferences prefs = FModel.getPreferences();
boolean propertyConfig = prefs != null && prefs.getPrefBoolean(ForgePreferences.FPref.UI_NETPLAY_COMPAT);
new LwjglApplication(Forge.getApp(new LwjglClipboard(), new DesktopAdapter(switchOrientationFile),//todo get totalRAM && isTabletDevice
desktopMode ? desktopModeAssetsDir : assetsDir, propertyConfig, false, 0, false), config);
desktopMode ? desktopModeAssetsDir : assetsDir, propertyConfig, false, 0, false, 0), config);
}
private static class DesktopAdapter implements IDeviceAdapter {