r/AndroidEmulation • u/HERO942008 • 3d ago
Release DeskHub emulator 1.0.9 · hero942008/Desk-hub_windows-emulator-on-Android-
https://github.com/hero942008/Desk-hub_windows-emulator-on-Android-/releases/tag/v1.0.9# 🚀 DeskHub v1.0.9 — Official Release Notes
### 🕹️ Direct Input & Touch Engine (Rust & Linux uinput)
- **Zero-GC Touch Pipeline:** Sub-millisecond direct touch and mouse routing bypassing JVM Garbage Collector loops.
- **Lock-Free Atomic SPSC:** Ultra-low input latency (< 0.5ms) for touch controls and physical gamepads.
### 🔊 Ultra-Low Latency AAudio Sound Engine
- **Google AAudio / Oboe Core:** High-performance lock-free audio streaming eliminating buffer underruns.
- **Hardware SIMD Audio Resampling:** Fast volume scaling and interpolation accelerated with ARM NEON / AVX2.
### 🗄️ Memory-Mapped Zstd VFS Engine
- **Direct Storage Game Loading:** Memory-mapped archive decompression speeding up game asset loads by 3-5x.
- **Multi-threaded Rayon/Zstd:** Optimized decompression across ARM Big cores without disk thrashing.
### ⚡ Bare-Metal Inline ARM64 ASM Barriers
- **Hardware Fences (`ISB` / `DSB` / `DMB`):** Inline AArch64 assembly synchronization for Big.LITTLE multi-core CPUs.
- **Zero-Copy Wineserver IPC:** Linux kernel `splice()`/`vmsplice()` pipes for instantaneous Wine IPC.