OrreLink v1.5.13
Pre-releasePre-release for testing. Supersedes v1.5.12. Not netplay-compatible with earlier versions.
Fixed — Android crash at team preview (host on the Thor)
The app aborted when a finger moved on the GBA screen during team preview. Every touch event re-registered the touch-overlay input override, rewriting a callback the emulation thread reads thousands of times a second without a lock; a poll landing in the rewrite window called an empty callback and the process died. Fixed in the core: those writers now take the same lock the pad poll holds, so a re-registration can never be observed half-done. The bug predates the recent releases; team preview just made it easy to hit.
Fixed — GBA controls on Windows (joiners had nothing mapped)
The launcher's GBA controls row only ever set up the first GBA slot, did not apply the binding to the running controller until a restart, and counted a mapping to an unplugged device as "mapped" — so a joiner could see a green row and still have no input. Use defaults now binds the keyboard explicitly on every GBA slot, applies it immediately, and the checklist only says mapped when the device really exists. Which slot is yours: GBA 1 when you join, GBA 2 when you host (the host also owns the GameCube controller, which takes the first slot). Until now the copy said GBA 1 for everyone.
The defaults are now WASD for the D-pad (A = X, B = Z, L = Q, R = E, Start = Enter, Select = Backspace). If you already had the old T/G/F/H keys saved, press Use defaults once to switch. A new Change GBA controls… button opens the GBA mapping window directly — Dolphin's own Controllers window hides it unless a port is set to GBA — and applies your mapping to every slot, so it holds whether you join or host.
New — Share Log on desktop
A Share Log… button at the bottom of the launcher saves the newest session log where you choose (Desktop by default) and opens that folder — the Windows log lives in a hidden AppData folder nobody could find. The README now gives the real paths for the by-hand route.
| Platform | File |
|---|---|
| Android (AYN Thor etc.) | OrreLink-v1.5.13.apk |
| macOS (Apple Silicon) | OrreLink-v1.5.13-macOS-arm64.zip |
| Windows x64 | OrreLink-v1.5.13-win64.zip |
| Linux x86_64 | OrreLink-v1.5.13-linux-x86_64.AppImage |
| Android debug symbols (not needed to play; for reading crash logs) | OrreLink-v1.5.13-android-symbols.zip |