Advertisement
Guest User

emulatorlaunch.sh

a guest
May 12th, 2015
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. if [[ "$emulator" == "gba" ]]; then
  2. settings_gba="`$systemsetting get gba_emulator`"
  3. if [[ "$settings_gba" == "gpsp" ]];then
  4. /recalbox/scripts/runcommand.sh 4 "$gpspbin \"/recalbox/share/roms/gba/${fullfilename}\""
  5. else
  6. /recalbox/scripts/runcommand.sh 1 "$retroarchbin -L $retroarchcores/gpsp_libretro.so --config /recalbox/configs/retroarch/retroarchcustom.cfg \"$1\""
  7.  
  8. fi
  9. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement