forgot to commit: skeleton refactor + dts makefile
This commit is contained in:
parent
d1d2f1af54
commit
310de3ca2a
45 changed files with 12 additions and 1 deletions
13
skeleton/TF2/.system/rg35xx/paks/Emus/GBA.pak/launch.sh
Executable file
13
skeleton/TF2/.system/rg35xx/paks/Emus/GBA.pak/launch.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
EMU_EXE=gpsp
|
||||
|
||||
###############################
|
||||
|
||||
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