Skip to content

Commit

Permalink
Replaced default emulators by Libretro cores in RetroFE and GMenu2X f…
Browse files Browse the repository at this point in the history
…rontends
  • Loading branch information
DrUm78 committed Apr 13, 2024
1 parent 2092c28 commit 741d6d4
Show file tree
Hide file tree
Showing 63 changed files with 39 additions and 10,537 deletions.
7 changes: 0 additions & 7 deletions FunKey/Config.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
source "$BR2_EXTERNAL_FUNKEY_PATH/package/mednafen/Config.in"
source "$BR2_EXTERNAL_FUNKEY_PATH/package/fkgpiod/Config.in"
source "$BR2_EXTERNAL_FUNKEY_PATH/package/retrofe/Config.in"
source "$BR2_EXTERNAL_FUNKEY_PATH/package/PCSX-ReARMed/Config.in"
source "$BR2_EXTERNAL_FUNKEY_PATH/package/FCEUX/Config.in"
source "$BR2_EXTERNAL_FUNKEY_PATH/package/gnuboy/Config.in"
source "$BR2_EXTERNAL_FUNKEY_PATH/package/picodrive/Config.in"
source "$BR2_EXTERNAL_FUNKEY_PATH/package/PocketSNES/Config.in"
source "$BR2_EXTERNAL_FUNKEY_PATH/package/gpsp/Config.in"
source "$BR2_EXTERNAL_FUNKEY_PATH/package/dmtx-utils/Config.in"
source "$BR2_EXTERNAL_FUNKEY_PATH/package/ProdScreens/Config.in"
source "$BR2_EXTERNAL_FUNKEY_PATH/package/fonts-droid/Config.in"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Uncomment and edit the following line to use a different ROM path.
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
list.includeMissingItems = false
list.extensions = gbc,GBC
list.extensions = gbc,GBC,zip,ZIP
list.menuSort = yes
list.romHierarchy = true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Uncomment and edit the following line to use a different ROM path.
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
list.includeMissingItems = false
list.extensions = gb,GB
list.extensions = gb,GB,zip,ZIP
list.menuSort = yes
list.romHierarchy = true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Uncomment and edit the following line to use a different ROM path.
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
list.includeMissingItems = false
list.extensions = zip,ZIP,pce,PCE,sgx,SGX,cue,CUE
list.extensions = zip,ZIP,pce,PCE,sgx,SGX,cue,CUE,chd,CHD
list.menuSort = yes
list.romHierarchy = true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
PicoDrive "$1"&
picoarch /mnt/Libretro/cores/picodrive_libretro.so "$1"&
pid record $!
wait $!
pid erase
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
sdlgnuboy --syncrtc "$1"&
picoarch /mnt/Libretro/cores/gambatte_libretro.so "$1"&
pid record $!
wait $!
pid erase
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
rw
mv -f /etc/asound.conf /etc/asound.conf.BAK
cd ${HOME}
gpsp "$1"&
picoarch /mnt/Libretro/cores/gpsp_libretro.so "$1"&
pid record $!
wait $!
pid erase
Expand Down

This file was deleted.

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

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
PicoDrive "$1"&
picoarch /mnt/Libretro/cores/picodrive_libretro.so "$1"&
pid record $!
wait $!
pid erase
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
fceux "$1"&
picoarch /mnt/Libretro/cores/fceumm_libretro.so "$1"&
pid record $!
wait $!
pid erase
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
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

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
pcsx -cdfile "$1"&
picoarch /mnt/Libretro/cores/pcsx_rearmed_libretro.so "$1"&
pid record $!
wait $!
pid erase
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
PicoDrive "$1"&
picoarch /mnt/Libretro/cores/picodrive_libretro.so "$1"&
pid record $!
wait $!
pid erase
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
psnes "$1"&
picoarch /mnt/Libretro/cores/snes9x2005_libretro.so "$1"&
pid record $!
wait $!
pid erase

This file was deleted.

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
Loading

0 comments on commit 741d6d4

Please sign in to comment.