From fdeb481fe20c6e704c44e5b61c9fea2970c95266 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Tue, 26 Jan 2021 16:02:22 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 011147b9a..208109fcc 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,14 @@ scripts\languagelist_updater.bat ## Current status - [x] ~~OpenJDK 9 Mobile port: ARM32, ARM64, x86, x86_64.~~ Replaced by JRE8. -- [x] OpenJDK 8 Mobile port: ARM64, x86, x86_64 +- [x] OpenJDK 8 Mobile port: ARM32, ARM64, x86, x86_64 - [x] Mod installer headless - [ ] Mod installer with GUI. Little run on `Caciocavallo` project. - [x] OpenGL in OpenJDK environment - [x] OpenAL (work on most devices) - [x] Support Minecraft 1.12.2 and below. Used [lwjglx](https://github.com/PojavLauncherTeam/lwjglx), a LWJGL2 compatibility layer for LWJGL3. - [x] Support Minecraft 1.13 and above. Used [GLFW stub](https://github.com/PojavLauncherTeam/lwjgl3-glfw-java). -- [ ] Game surface zooming. +- [x] Game surface zooming. - [x] New input pipe rewritten to native code to boost performance. - [ ] More...