aboutsummaryrefslogtreecommitdiff
path: root/funkey
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-14Defaults aspect scaling on FunKey S to smooth filterneonloop
On small screen smooth looks better as default
2023-01-09Waits to suspend until after game loopneonloop
Suspending during loop caused corrupt states
2023-01-09Adds initial Funkey S supportneonloop