psp fixes

This commit is contained in:
Radius 2015-03-07 16:07:38 -05:00
parent 95ee305bbc
commit 82e8bb27e9
4 changed files with 16 additions and 14 deletions

View File

@ -658,7 +658,7 @@ while read line; do
else
echo "cloning repo..."
git clone "$URL" "$DIR" --depth=1
git clone "$URL" "$DIR"
cd $DIR
git checkout $TYPE
cd ..
@ -1362,7 +1362,7 @@ then
then
cd $RADIR
rm -rfv psp1/pkg
rm -rfv psp1/pkg
echo "BUILDBOT JOB: $jobid Building"
echo
@ -1370,9 +1370,12 @@ then
then
cd dist-scripts
rm *.a
cp -v $RARCH_DIST_DIR/* .
sh ./psp1-cores.sh
rm *.a
cp -v $RARCH_DIST_DIR/*.a .
ls -1 *.a | awk -F "." ' { print "cp " $0 " " $1 "_psp1." $2 }' |sh
./psp1-cores.sh
if [ $? -eq 0 ];
then
MESSAGE="retroarch build successful ($jobid)"

View File

@ -1,7 +1,7 @@
gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC_ALT 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-mednafen_pce_fast https://github.com/aliaspider/beetle-pce-fast-libretro.git psp_hw_render YES GENERIC Makefile .
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-mednafen_pce_fast https://github.com/aliaspider/beetle-pce-fast-libretro.git psp_hw_render YES GENERIC Makefile .

View File

@ -3,6 +3,6 @@ platform psp1
PLATFORM psp1
CC psp-gcc
CXX psp-g++
MAKE /mingw64/bin/mingw32-make.exe
MAKE /usr/bin/make
SUFFIX _psp1
RA YES

View File

@ -1,3 +1,2 @@
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