mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 02:12:41 +01:00
Replaced SDLRetro by PicoArch frontend (author: neonloop) for RetroFE and GMenu2X
Updated OS version
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# 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,wad,WAD,pak,PAK,scummvm,SCUMMVM
|
||||
list.extensions = so,SO
|
||||
list.menuSort = yes
|
||||
list.romHierarchy = true
|
||||
|
||||
launcher = sdlretro
|
||||
launcher = picoarch
|
||||
#metadata.type = MAME
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
executable = %RETROFE_PATH%/launchers/picoarch_launch.sh
|
||||
arguments = "%ITEM_FILEPATH%"
|
||||
@@ -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
|
||||
sdlretro "$1"&
|
||||
picoarch "$1"&
|
||||
pid record $!
|
||||
wait $!
|
||||
pid erase
|
||||
@@ -1,2 +0,0 @@
|
||||
executable = %RETROFE_PATH%/launchers/sdlretro_launch.sh
|
||||
arguments = "%ITEM_FILEPATH%"
|
||||
Binary file not shown.
@@ -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" "FunKey/.sdlretro/cores" "Emulators" "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" "Emulators" "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")
|
||||
|
||||
# Check if there is a firmware update file
|
||||
if [ -f /mnt/FunKey-*.fwu ]; then
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user