mirror of
https://github.com/libretro/libretro-super
synced 2024-12-29 09:22:43 +00:00
libretro-buildbot-recipe.sh: Set the branch to psp_hardware_render instead of master to avoid build loops.
This commit is contained in:
parent
712c397224
commit
e34bab7593
@ -632,10 +632,6 @@ while read line; do
|
||||
git clean -xdf
|
||||
BUILD="YES"
|
||||
fi
|
||||
elif [ "${TYPE}" = "psp_hw_render" ]; then
|
||||
git remote set-branches origin "$TYPE"
|
||||
git fetch --depth=1 origin "$TYPE"
|
||||
git checkout "$TYPE"
|
||||
fi
|
||||
|
||||
if [ "${TYPE}" = "PROJECT" ]; then
|
||||
|
@ -13,7 +13,7 @@ gpsp libretro-gpsp https://github.com/libretro/gpsp.git master PROJECT YES GENER
|
||||
mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master PROJECT YES GENERIC Makefile .
|
||||
mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git master PROJECT YES GENERIC Makefile .
|
||||
mednafen_ngp libretro-beetle_ngp https://github.com/libretro/beetle-ngp-libretro.git master PROJECT YES GENERIC Makefile .
|
||||
mednafen_pce_fast libretro-beetle_pce_fast https://github.com/aliaspider/beetle-pce-fast-libretro.git master psp_hw_render YES GENERIC Makefile .
|
||||
mednafen_pce_fast libretro-beetle_pce_fast https://github.com/aliaspider/beetle-pce-fast-libretro.git psp_hw_render PROJECT YES GENERIC Makefile .
|
||||
mednafen_vb libretro-beetle_vb https://github.com/libretro/beetle-vb-libretro.git master PROJECT YES GENERIC Makefile .
|
||||
mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-libretro.git master PROJECT YES GENERIC Makefile .
|
||||
mgba libretro-mgba https://github.com/libretro/mgba.git master PROJECT NO GENERIC Makefile.libretro .
|
||||
|
@ -6,7 +6,7 @@ fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master PR
|
||||
fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git master PROJECT YES GENERIC Makefile .
|
||||
gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git master PROJECT YES GENERIC Makefile .
|
||||
lutro libretro-lutro https://github.com/libretro/libretro-lutro master PROJECT YES GENERIC Makefile .
|
||||
mednafen_pce_fast libretro-beetle_pce_fast https://github.com/aliaspider/beetle-pce-fast-libretro.git master psp_hw_render YES GENERIC Makefile .
|
||||
mednafen_pce_fast libretro-beetle_pce_fast https://github.com/aliaspider/beetle-pce-fast-libretro.git psp_hw_render PROJECT YES GENERIC Makefile .
|
||||
mgba libretro-mgba https://github.com/libretro/mgba.git master PROJECT YES GENERIC Makefile.libretro .
|
||||
njemu_cps2 libretro-njemu https://github.com/aliaspider/NJEMU-libretro.git master PROJECT YES GENERIC Makefile .
|
||||
np2kai libretro-np2kai https://github.com/AZO234/NP2kai.git master PROJECT YES GENERIC Makefile.libretro sdl2
|
||||
|
Loading…
Reference in New Issue
Block a user