forked from FunKey-Project/FunKey-OS
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced default emulators by Libretro cores in RetroFE and GMenu2X f…
…rontends
- Loading branch information
Showing
63 changed files
with
39 additions
and
10,537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Boy Color/settings.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Boy/settings.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
FunKey/board/funkey/rootfs-overlay/usr/games/collections/PCE-TurboGrafx/settings.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
FunKey/board/funkey/rootfs-overlay/usr/games/launchers/gba_launch_mednafen.sh
This file was deleted.
Oops, something went wrong.
9 changes: 7 additions & 2 deletions
9
FunKey/board/funkey/rootfs-overlay/usr/games/launchers/lynx_launch.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
#!/bin/sh | ||
|
||
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/ | ||
if [ ! -e /mnt/FunKey/.picoarch/system/lynxboot.img ]; then | ||
if [ ! -d /mnt/FunKey/.picoarch/system ]; then | ||
mkdir -p /mnt/FunKey/.picoarch/system | ||
fi | ||
cp /usr/games/lynxboot.img /mnt/FunKey/.picoarch/system | ||
fi | ||
|
||
# Launch the process in background, record the PID into a file, wait | ||
# for the process to terminate and erase the recorded PID | ||
mednafen -fs 1 -lynx.stretch full "$1"& | ||
picoarch /mnt/Libretro/cores/mednafen_lynx_libretro.so "$1"& | ||
pid record $! | ||
wait $! | ||
pid erase |
2 changes: 0 additions & 2 deletions
2
FunKey/board/funkey/rootfs-overlay/usr/games/launchers/mame.conf
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
FunKey/board/funkey/rootfs-overlay/usr/games/launchers/mame_launch_mednafen.sh
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
FunKey/board/funkey/rootfs-overlay/usr/games/launchers/ngp_launch.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
#!/bin/sh | ||
|
||
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/ | ||
|
||
# Launch the process in background, record the PID into a file, wait | ||
# for the process to terminate and erase the recorded PID | ||
mednafen -fs 1 -ngp.stretch full "$1"& | ||
picoarch /mnt/Libretro/cores/mednafen_ngp_libretro.so "$1"& | ||
pid record $! | ||
wait $! | ||
pid erase |
4 changes: 1 addition & 3 deletions
4
FunKey/board/funkey/rootfs-overlay/usr/games/launchers/pce_launch.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
#!/bin/sh | ||
|
||
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/ | ||
|
||
# Launch the process in background, record the PID into a file, wait | ||
# for the process to terminate and erase the recorded PID | ||
mednafen -fs 1 -force_module pce_fast -pce_fast.stretch full "$1"& | ||
picoarch /mnt/Libretro/cores/mednafen_supergrafx_libretro.so "$1"& | ||
pid record $! | ||
wait $! | ||
pid erase |
8 changes: 0 additions & 8 deletions
8
FunKey/board/funkey/rootfs-overlay/usr/games/launchers/psone_launch_mednafen.sh
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
FunKey/board/funkey/rootfs-overlay/usr/games/launchers/snes_launch_mednafen.sh
This file was deleted.
Oops, something went wrong.
4 changes: 1 addition & 3 deletions
4
FunKey/board/funkey/rootfs-overlay/usr/games/launchers/wonderswan_launch.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
#!/bin/sh | ||
|
||
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/ | ||
|
||
# Launch the process in background, record the PID into a file, wait | ||
# for the process to terminate and erase the recorded PID | ||
mednafen -fs 1 -wswan.stretch full "$1"& | ||
picoarch /mnt/Libretro/cores/mednafen_wswan_libretro.so "$1"& | ||
pid record $! | ||
wait $! | ||
pid erase |
Oops, something went wrong.