Files
ARMSX1/android
moonpower 5f7b5a424b Boot the game the user just picked when a launch is deferred behind a dying VM
The old VM thread's exit relaunched its closure-captured game, so tapping game B
while game A ran booted A again (and re-pointed per-game settings at it). The
deferred request is now parked under the lifecycle lock, consumed by whichever
relauncher wins, and the deferral path arms the restart watchdog like restart()
does. A game tapped while a BIOS session dies wins over rebooting the BIOS.
2026-08-05 21:04:08 +02:00
..