add TF1 files + initial paks I guess
also fixed persistent tmp files resulting from chroot
This commit is contained in:
parent
f6f8fa6a8f
commit
21a22193c4
12 changed files with 211 additions and 0 deletions
13
skeleton/.system/rg35xx/paks/Emus/GB.pak/launch.sh
Executable file
13
skeleton/.system/rg35xx/paks/Emus/GB.pak/launch.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
EMU_EXE=gambatte
|
||||
|
||||
###############################
|
||||
|
||||
EMU_TAG=$(basename "$(dirname "$0")" .pak)
|
||||
ROM="$1"
|
||||
mkdir -p "$BIOS_PATH/$EMU_TAG"
|
||||
mkdir -p "$SAVES_PATH/$EMU_TAG"
|
||||
HOME="$USERDATA_PATH"
|
||||
cd "$HOME"
|
||||
minarch.elf "$CORES_PATH/${EMU_EXE}_libretro.so" "$ROM" DMG &> "$LOGS_PATH/$EMU_TAG.txt"
|
||||
Loading…
Add table
Add a link
Reference in a new issue