This release introduces the Xtras on-device add-on store, a fully in-process themed on-screen keyboard, and a wave of UI polish across the game list and switcher. It also expands emulation support with a PSP entry, cures the gen1recomp audio distortion on 1GB devices, restores color-temperature adjustment on tg5040, and delivers faster boot/shutdown alongside a broad audit sweep that hardens security, fixes memory-safety issues, and consolidates duplicated code throughout the codebase.
Some of the features are based on NextUI, please refer NextUI documentation. Documentation for uncommon features will be added in the future. Select zip files that is relevant to your platform and extract it to your exFAT formatted SDCARD. Alternatively, you can update directly using the OTA update feature in the device. If you have any questions, please open an issue in the repository.
What's Changed
✨ New Features
- Xtras pak — an on-device add-on store, with gen1recomp and PSP emulator as the first 2 entry.
- A per-ROM "Fetch Box Art" game context-menu action.
- New on-screen keyboard — replaces the prebuilt keyboard binary with a themed, in-process implementation
- PNG nav glyphs — replaces drawn hint-bar buttons with proper nav glyph images
- Animated game-list selection pill — time-based glide with edge-aware wrap
- Anti-aliased primitives — smooth rounded-rect and circle rendering
- Media player per-video resume — A = play, X = resume (#68)
- Undo load state in minarch (#65)
- Color-temperature adjustment re-enabled on tg5040
- Faster boot (#67) and fast shutdown (#66)
🐛 Fixes & Improvements
- Game switcher — top menu bar now stays fixed during the slide transition
- Arcade ROM naming — rename via map.txt alias instead of the romset filename
- Auto-resume slot (9) hidden from the Save/Load menu after a plain quit
- Security & memory-safety hardening — audit sweep of minarch + nextui, plus fixes across workspace/all (#71)
- Code health — removed dead code and consolidated duplicated logic into shared helpers (#71)
New Contributors
Full Changelog: v1.5.3...v1.6.0