aboutsummaryrefslogtreecommitdiff
path: root/funkey/fk_menu.h
AgeCommit message (Collapse)Author
2023-01-15Fixes occasional instant play failuresneonloop
When resuming instant play, FunKey S saves path of executable after launching executable in background. If this happens fast enough, process will still be /bin/busybox, not /opt/picoarch, saving wrong path, failing next launch. To workaround, should save path again before suspending.
2023-01-09Adds initial Funkey S supportneonloop