Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit 26e79ef

Browse files
committed
Disabled Libretro core override in /mnt/Libretro/cores as no one will ever use it for the default cores anyway
1 parent 6e702a6 commit 26e79ef

15 files changed

Lines changed: 14 additions & 86 deletions

FunKey/board/funkey/rootfs-overlay/usr/games/launchers/fba2012_launch.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
# Launch the process in background, record the PID into a file, wait
44
# for the process to terminate and erase the recorded PID
5-
if [ -e /mnt/Libretro/cores/fbalpha2012_libretro.so ]; then
6-
picoarch /mnt/Libretro/cores/fbalpha2012_libretro.so "$1"&
7-
else
8-
picoarch /usr/games/fbalpha2012_libretro.so "$1"&
9-
fi
5+
picoarch /usr/games/fbalpha2012_libretro.so "$1"&
106
pid record $!
117
wait $!
128
pid erase

FunKey/board/funkey/rootfs-overlay/usr/games/launchers/gb_launch.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
# Launch the process in background, record the PID into a file, wait
44
# for the process to terminate and erase the recorded PID
5-
if [ -e /mnt/Libretro/cores/gambatte_libretro.so ]; then
6-
picoarch /mnt/Libretro/cores/gambatte_libretro.so "$1"&
7-
else
8-
picoarch /usr/games/gambatte_libretro.so "$1"&
9-
fi
5+
picoarch /usr/games/gambatte_libretro.so "$1"&
106
pid record $!
117
wait $!
128
pid erase

FunKey/board/funkey/rootfs-overlay/usr/games/launchers/gba_launch_gpsp.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
# Do not use asound.conf to avoid saturated sound
66
rw
77
mv -f /etc/asound.conf /etc/asound.conf.BAK
8-
if [ -e /mnt/Libretro/cores/gpsp_libretro.so ]; then
9-
picoarch /mnt/Libretro/cores/gpsp_libretro.so "$1"&
10-
else
11-
picoarch /usr/games/gpsp_libretro.so "$1"&
12-
fi
8+
picoarch /usr/games/gpsp_libretro.so "$1"&
139
pid record $!
1410
wait $!
1511
pid erase

FunKey/board/funkey/rootfs-overlay/usr/games/launchers/lynx_launch.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ fi
99

1010
# Launch the process in background, record the PID into a file, wait
1111
# for the process to terminate and erase the recorded PID
12-
if [ -e /mnt/Libretro/cores/mednafen_lynx_libretro.so ]; then
13-
picoarch /mnt/Libretro/cores/mednafen_lynx_libretro.so "$1"&
14-
else
15-
picoarch /usr/games/mednafen_lynx_libretro.so "$1"&
16-
fi
12+
picoarch /usr/games/mednafen_lynx_libretro.so "$1"&
1713
pid record $!
1814
wait $!
1915
pid erase

FunKey/board/funkey/rootfs-overlay/usr/games/launchers/mame2000_launch.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
# Launch the process in background, record the PID into a file, wait
44
# for the process to terminate and erase the recorded PID
5-
if [ -e /mnt/Libretro/cores/mame2000_libretro.so ]; then
6-
picoarch /mnt/Libretro/cores/mame2000_libretro.so "$1"&
7-
else
8-
picoarch /usr/games/mame2000_libretro.so "$1"&
9-
fi
5+
picoarch /usr/games/mame2000_libretro.so "$1"&
106
pid record $!
117
wait $!
128
pid erase

FunKey/board/funkey/rootfs-overlay/usr/games/launchers/megadrive_launch.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
# Launch the process in background, record the PID into a file, wait
44
# for the process to terminate and erase the recorded PID
5-
if [ -e /mnt/Libretro/cores/picodrive_libretro.so ]; then
6-
picoarch /mnt/Libretro/cores/picodrive_libretro.so "$1"&
7-
else
8-
picoarch /usr/games/picodrive_libretro.so "$1"&
9-
fi
5+
picoarch /usr/games/picodrive_libretro.so "$1"&
106
pid record $!
117
wait $!
128
pid erase

FunKey/board/funkey/rootfs-overlay/usr/games/launchers/nes_launch.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
# Launch the process in background, record the PID into a file, wait
44
# for the process to terminate and erase the recorded PID
5-
if [ -e /mnt/Libretro/cores/fceumm_libretro.so ]; then
6-
picoarch /mnt/Libretro/cores/fceumm_libretro.so "$1"&
7-
else
8-
picoarch /usr/games/fceumm_libretro.so "$1"&
9-
fi
5+
picoarch /usr/games/fceumm_libretro.so "$1"&
106
pid record $!
117
wait $!
128
pid erase

FunKey/board/funkey/rootfs-overlay/usr/games/launchers/ngp_launch.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
# Launch the process in background, record the PID into a file, wait
44
# for the process to terminate and erase the recorded PID
5-
if [ -e /mnt/Libretro/cores/mednafen_ngp_libretro.so ]; then
6-
picoarch /mnt/Libretro/cores/mednafen_ngp_libretro.so "$1"&
7-
else
8-
picoarch /usr/games/mednafen_ngp_libretro.so "$1"&
9-
fi
5+
picoarch /usr/games/mednafen_ngp_libretro.so "$1"&
106
pid record $!
117
wait $!
128
pid erase

FunKey/board/funkey/rootfs-overlay/usr/games/launchers/pce_launch.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
# Launch the process in background, record the PID into a file, wait
44
# for the process to terminate and erase the recorded PID
5-
if [ -e /mnt/Libretro/cores/mednafen_supergrafx_libretro.so ]; then
6-
picoarch /mnt/Libretro/cores/mednafen_supergrafx_libretro.so "$1"&
7-
else
8-
picoarch /usr/games/mednafen_supergrafx_libretro.so "$1"&
9-
fi
5+
picoarch /usr/games/mednafen_supergrafx_libretro.so "$1"&
106
pid record $!
117
wait $!
128
pid erase

FunKey/board/funkey/rootfs-overlay/usr/games/launchers/pico8_launch.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
# Launch the process in background, record the PID into a file, wait
44
# for the process to terminate and erase the recorded PID
5-
if [ -e /mnt/Libretro/cores/fake08_libretro.so ]; then
6-
picoarch /mnt/Libretro/cores/fake08_libretro.so "$1"&
7-
else
8-
picoarch /usr/games/fake08_libretro.so "$1"&
9-
fi
5+
picoarch /usr/games/fake08_libretro.so "$1"&
106
pid record $!
117
wait $!
128
pid erase

0 commit comments

Comments
 (0)