From 0fcd79aa81576fb751219d5eb95fe0dde0250ca2 Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Sun, 4 Oct 2020 06:17:28 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f90494538..ba5c72fd2 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Build script: [PojavLauncherTeam/android-openjdk-build-multiarch](https://github Source code: http://hg.openjdk.java.net/mobile/jdk9
Architectures: - For ARMv7 (aarch32): **working**. -- For ARM64 (aarch64): **working, but OpenGL doesn't**. +- For ARM64 (aarch64): **working**. - For x86 (i\*86): **working**. -- For x86_64 (amd64): **working, but OpenGL doesn't** (same as aarch64). +- For x86_64 (amd64): **working**. ## Current status - [x] **Removed** ~~BinaryExecutor: execute `java` binary, no `JNIInvocation`.~~ From 2093abc3a3b7594ff0a96fb877b6ad810580e671 Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Sun, 4 Oct 2020 06:19:33 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba5c72fd2..2b1cd0307 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A Minecraft: Java Edition launcher for Android based from Boardwalk. This branch is intended to support 1.13+ ## This branch? -- Attempt to run Minecraft in OpenJDK, different a bit with Boardwalk 2. +- Attempt to run Minecraft in OpenJDK, similar way with Boardwalk 2. ## About OpenJDK 9 Java Runtime Mobile Build script: [PojavLauncherTeam/android-openjdk-build-multiarch](https://github.com/PojavLauncherTeam/android-openjdk-build-multiarch)