add vita recipes
This commit is contained in:
parent
454635d3a0
commit
9d66b55660
|
@ -0,0 +1,11 @@
|
|||
gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC Makefile.libretro libgambatte
|
||||
fceumm libretro-fceuumm https://github.com/libretro/libretro-fceumm.git PROJECT YES GENERIC Makefile.libretro .
|
||||
nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git PROJECT YES GENERIC Makefile .
|
||||
fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git PROJECT YES GENERIC Makefile .
|
||||
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git PROJECT YES GENERIC Makefile .
|
||||
tempgba libretro-tempgba https://github.com/libretro/TempGBA-libretro.git PROJECT YES GENERIC Makefile .
|
||||
mednafen_pce_fast libretro-beetle_pce_fast https://github.com/aliaspider/beetle-pce-fast-libretro.git psp_hw_render YES GENERIC Makefile .
|
||||
imageviewer libretro-imageviewer https://github.com/libretro/imageviewer-libretro.git PROJECT YES GENERIC Makefile.libretro .
|
||||
njemu_cps2 libretro-njemu https://github.com/aliaspider/NJEMU-libretro.git PROJECT YES GENERIC Makefile .
|
||||
lutro libretro-lutro https://github.com/libretro/libretro-lutro PROJECT YES GENERIC Makefile .
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
PATH /home/buildbot/tools/devkitpro/devkitPSP/bin/
|
||||
DEVKITPRO /home/buildbot/tools/devkitpro/
|
||||
DEVKITPSP /home/buildbot/tools/devkitpro/devkitPSP/
|
||||
platform psp1
|
||||
PLATFORM psp1
|
||||
CC psp-gcc
|
||||
CXX psp-g++
|
||||
MAKE /usr/bin/make
|
||||
RA YES
|
|
@ -0,0 +1,2 @@
|
|||
retroarch retroarch https://github.com/libretro/Retroarch.git PROJECT YES .
|
||||
libretrodb libretrodb https://github.com/libretro/libretro-database.git ASSETS YES retroarch/media
|
|
@ -0,0 +1,8 @@
|
|||
PATH /home/buildbot/tools/devkitpro/devkitARM/bin
|
||||
platform vita
|
||||
PLATFORM vita
|
||||
VITASDK /home/buildbot/tools/devkitpro
|
||||
RA YES
|
||||
JOBS 4
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
retroarch retroarch https://github.com/libretro/Retroarch.git PROJECT YES .
|
||||
overlays overlays https://github.com/libretro/common-overlays.git ASSETS YES retroarch/media
|
||||
libretrodb libretrodb https://github.com/libretro/libretro-database.git ASSETS YES retroarch/media
|
Loading…
Reference in New Issue