Skip to content

Voyager Elite Force 0.9.3

Choose a tag to compare

@imjustadudegamer imjustadudegamer released this 07 Jun 17:27
· 27 commits to main since this release

New

  • 64-bit (arm64-v8a) support with a native JIT. The APK is now universal: 64-bit devices run the game VMs (cgame/qagame/ui) through a new AArch64 JIT recompiler ported from Quake3e — the same native-speed path 32-bit devices have always had, instead of a slow bytecode interpreter. Devices that dropped 32-bit support entirely can now play.
  • Game bytecode is validated at load time, and the generated code carries runtime guard checks (vm_rtChecks, on by default).
  • See AARCH64_JIT_NOTES.md for the technical write-up.

Notes

  • Verified with full bot matches on Mali-G78 and Adreno 740 devices, including their 64-bit Vulkan drivers.
  • Install over v0.9.x works (same signature); your settings and game data are kept.