mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-20 02:42:40 +01:00
Replaced default emulators by Libretro cores in RetroFE and GMenu2X frontends
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Launch the process in background, record the PID into a file, wait
|
||||
# for the process to terminate and erase the recorded PID
|
||||
gpsp "$1"&
|
||||
pid record $!
|
||||
wait $!
|
||||
pid erase
|
||||
@@ -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
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
executable = %RETROFE_PATH%/launchers/mame_launch_mednafen.sh
|
||||
arguments = "%ITEM_FILEPATH%"
|
||||
@@ -1,10 +0,0 @@
|
||||
#!/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 -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -frameskip 1 -fs 0 "$1"&
|
||||
pid record $!
|
||||
wait $!
|
||||
pid erase
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Launch the process in background, record the PID into a file, wait
|
||||
# for the process to terminate and erase the recorded PID
|
||||
pcsx -frameskip -cdfile "$1"&
|
||||
pid record $!
|
||||
wait $!
|
||||
pid erase
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Launch the process in background, record the PID into a file, wait
|
||||
# for the process to terminate and erase the recorded PID
|
||||
psnes "$1"&
|
||||
pid record $!
|
||||
wait $!
|
||||
pid erase
|
||||
@@ -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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -49,7 +49,7 @@ mount_share () {
|
||||
|
||||
# Create the directory structure if required
|
||||
#(cd /mnt; mkdir -p "Applications" "Emulators" "Games" "Atari lynx" "Game Boy" "Game Boy Color" "Game Boy Advance" "Game Gear" "Neo Geo Pocket" "NES" "PS1" "PS1/bios" "Sega Genesis" "Sega Master System" "SNES" "WonderSwan" "PCE-TurboGrafx")
|
||||
(cd /mnt; mkdir -p "Libretro/cores" "Native games" "Applications" "Emulators" "Atari lynx" "Game Boy" "Game Boy Color" "Game Boy Advance" "Game Gear" "Neo Geo Pocket" "NES" "PS1" "Sega Genesis" "Sega Master System" "SNES" "WonderSwan" "PCE-TurboGrafx")
|
||||
(cd /mnt; mkdir -p "Libretro/cores" "FunKey/.picoarch/system" "Native games" "Applications" "Emulators" "Atari lynx" "Game Boy" "Game Boy Color" "Game Boy Advance" "Game Gear" "Neo Geo Pocket" "NES" "PS1" "Sega Genesis" "Sega Master System" "SNES" "WonderSwan" "PCE-TurboGrafx")
|
||||
(mkdir -p "/mnt/FunKey/.retrofe/collections"; cd /mnt/FunKey/.retrofe/collections; mkdir "Atari lynx" "Game Boy" "Game Boy Color" "Game Boy Advance" "Game Gear" "Neo Geo Pocket" "NES" "PS1" "Sega Genesis" "Sega Master System" "SNES" "WonderSwan" "PCE-TurboGrafx" "Libretro" "Native games" "Main")
|
||||
|
||||
# Check if there is a firmware update file
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user