添加 Windows on Arm 平台的支持 (#1679)

* Add Minecraft 1.6~1.18.2 support for windows-arm64

* Prompt at startup on non-x86 platforms

* Automatically download JavaFX on windows-arm64

* Update PLATFORM.md
This commit is contained in:
Glavo
2022-08-31 14:20:27 +08:00
committed by GitHub
parent 620c0e4c73
commit 8d29775410
9 changed files with 434 additions and 18 deletions

View File

@@ -1,16 +1,16 @@
# Platform Support Status
| | Windows | Linux | Mac OS | FreeBSD |
|----------------------------|:------------------------------------|:----------------------------------------|:--------------------------------|:--------|
| x86-64 | F | F | F | N |
| x86 | F | F | / | / |
| ARM64 | P (1.19+)<br/>F (use x86 emulation) | T | P (1.19+)<br/>F (use Rosetta 2) | / |
| ARM32 | / | T | / | / |
| MIPS64el | / | N | / | / |
| LoongArch64 | / | F (for Old World)<br/>N (for New World) | / | / |
| PowerPC-64 (Little-Endian) | / | L | / | / |
| S390x | / | L | / | / |
| RISC-V | / | N | / | / |
| | Windows | Linux | Mac OS | FreeBSD |
|----------------------------|:-----------------------------------|:----------------------------------------|:--------------------------------|:--------|
| x86-64 | F | F | F | N |
| x86 | F | F | / | / |
| ARM64 | P (1.8+)<br/>F (use x86 emulation) | T | P (1.19+)<br/>F (use Rosetta 2) | / |
| ARM32 | / | T | / | / |
| MIPS64el | / | N | / | / |
| LoongArch64 | / | F (for Old World)<br/>N (for New World) | / | / |
| PowerPC-64 (Little-Endian) | / | L | / | / |
| S390x | / | L | / | / |
| RISC-V | / | N | / | / |
* F: Fully supported platform.