Replaced SDLRetro by PicoArch frontend (author: neonloop) for RetroFE and GMenu2X

Updated OS version
This commit is contained in:
DrUm78
2023-01-12 18:32:52 +01:00
parent 18d9e142dc
commit 270421b92c
9 changed files with 22 additions and 10 deletions

12
package Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
cd /opt/picoarch
./package
cp picoarch /opt/FunKey-OS/FunKey/board/funkey/rootfs-overlay/usr/games/
cp picoarch_funkey-s.opk /opt/FunKey-OS/FunKey/board/funkey/rootfs-overlay/usr/local/share/OPKs/Libretro/
cd ../FunKey-OS
make
rm -f FunKey/board/funkey/rootfs-overlay/usr/games/picoarch
rm -f FunKey/board/funkey/rootfs-overlay/usr/local/share/OPKs/Libretro/picoarch_funkey-s.opk