From ee7c39fd96bf192c43ae51065c87a049703a8bbe Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Mon, 24 Aug 2020 06:34:51 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efd20d4b7..6e7c398cc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An open source Minecraft: Java Edition launcher for Android based from Boardwalk - Attempt to run Minecraft in OpenJDK, different a bit with Boardwalk 2. ## Current status -- [x] BinaryExecutor~~: execute `java` binary, no `JNIInvocation`~~ +- [x] BinaryExecutor ~~: execute `java` binary, no `JNIInvocation`~~ - [x] JVDroid OpenJDK 11 (32 and 64-bit ARM and x86). Partial, but error `can't lock mutex`. - [ ] AWT/Swing for mod installer. Will use `Caciocavallo` project. - [ ] OpenGL in OpenJDK environment. Use Boardwalk 2 method or other.