created a separate tag for Super Game Boy
so it can have independent settings from Game Boy Advance
This commit is contained in:
parent
1b93c7a9af
commit
6a7722648e
5 changed files with 15 additions and 0 deletions
1
makefile
1
makefile
|
|
@ -82,6 +82,7 @@ bundle:
|
||||||
cp ./cores/output/fake08_libretro.so ./build/EXTRAS/Emus/rg35xx/P8.pak
|
cp ./cores/output/fake08_libretro.so ./build/EXTRAS/Emus/rg35xx/P8.pak
|
||||||
cp ./cores/output/mgba_libretro.so ./build/EXTRAS/Emus/rg35xx/MGBA.pak
|
cp ./cores/output/mgba_libretro.so ./build/EXTRAS/Emus/rg35xx/MGBA.pak
|
||||||
cp ./cores/output/mednafen_vb_libretro.so ./build/EXTRAS/Emus/rg35xx/VB.pak
|
cp ./cores/output/mednafen_vb_libretro.so ./build/EXTRAS/Emus/rg35xx/VB.pak
|
||||||
|
cp ./cores/output/mgba_libretro.so ./build/EXTRAS/Emus/rg35xx/SGB.pak
|
||||||
cp ./cores/output/mednafen_supafaust_libretro.so ./build/EXTRAS/Emus/rg35xx/SUPA.pak
|
cp ./cores/output/mednafen_supafaust_libretro.so ./build/EXTRAS/Emus/rg35xx/SUPA.pak
|
||||||
cp ./cores/output/pokemini_libretro.so ./build/EXTRAS/Emus/rg35xx/PKM.pak
|
cp ./cores/output/pokemini_libretro.so ./build/EXTRAS/Emus/rg35xx/PKM.pak
|
||||||
cp ./other/DinguxCommander/output/DinguxCommander ./build/EXTRAS/Tools/rg35xx/Files.pak
|
cp ./other/DinguxCommander/output/DinguxCommander ./build/EXTRAS/Tools/rg35xx/Files.pak
|
||||||
|
|
|
||||||
14
skeleton/EXTRAS/Emus/rg35xx/SGB.pak/launch.sh
Executable file
14
skeleton/EXTRAS/Emus/rg35xx/SGB.pak/launch.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
EMU_EXE=mgba
|
||||||
|
CORES_PATH=$(dirname "$0")
|
||||||
|
|
||||||
|
###############################
|
||||||
|
|
||||||
|
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"
|
||||||
0
skeleton/EXTRAS/Roms/Super Game Boy (SBG)/.keep
Normal file
0
skeleton/EXTRAS/Roms/Super Game Boy (SBG)/.keep
Normal file
0
skeleton/EXTRAS/Saves/SGB/.keep
Normal file
0
skeleton/EXTRAS/Saves/SGB/.keep
Normal file
Loading…
Add table
Add a link
Reference in a new issue