Update README.md

This commit is contained in:
Tran Khanh Duy 2020-09-26 07:08:05 +07:00 committed by GitHub
parent 47232cc796
commit 52be9aea14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,12 @@ Architectures:
- For ARMv7 (aarch32): **working**. - For ARMv7 (aarch32): **working**.
- For ARM64 (aarch64): **working, but OpenGL doesn't**. - For ARM64 (aarch64): **working, but OpenGL doesn't**.
- For x86 (i\*86): **working**. - For x86 (i\*86): **working**.
- For x86_64 (amd64): untested. - For x86_64 (amd64): **working, but OpenGL doesn't** (same as aarch64).
## Current status ## Current status
- [x] **Removed** ~~BinaryExecutor: execute `java` binary, no `JNIInvocation`.~~ - [x] **Removed** ~~BinaryExecutor: execute `java` binary, no `JNIInvocation`.~~
- [x] **Temporary removed** ~~JVDroid OpenJDK 11 (32 and 64-bit ARM and x86). Partial, no error `can't lock mutex`, but now exit with none output.~~ - [x] **Temporary removed** ~~JVDroid OpenJDK 11 (32 and 64-bit ARM and x86). Partial, no error `can't lock mutex`, but now exit with none output.~~
- [x] OpenJDK 9 Mobile port - [x] OpenJDK 9 Mobile port: ARM32, ARM64, x86, x86_64.
- [ ] AWT/Swing for mod installer. Will try own graphics environment~~use `Caciocavallo` project~~. - [ ] AWT/Swing for mod installer. Will try own graphics environment~~use `Caciocavallo` project~~.
- [x] OpenGL in OpenJDK environment - [x] OpenGL in OpenJDK environment
- [x] OpenAL (work on most devices) - [x] OpenAL (work on most devices)