mirror of
https://github.com/libretro/libretro-super
synced 2025-01-29 03:32:38 +00:00
add mgba
This commit is contained in:
parent
a228ad6113
commit
bccf87f82c
@ -1621,7 +1621,7 @@ if [ "${PLATFORM}" == "wii" ] && [ "${RA}" == "YES" ]; then
|
|||||||
cp -v $RARCH_DIST_DIR/*.a .
|
cp -v $RARCH_DIST_DIR/*.a .
|
||||||
|
|
||||||
#ls -1 *.a | awk -F "." ' { print "cp " $0 " " $1 "_wii." $2 }' |sh
|
#ls -1 *.a | awk -F "." ' { print "cp " $0 " " $1 "_wii." $2 }' |sh
|
||||||
sh ./wii-cores.sh &> /tmp/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
|
sh ./dist-cores.sh wii &> /tmp/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
MESSAGE="retroarch build successful [$jobid]"
|
MESSAGE="retroarch build successful [$jobid]"
|
||||||
echo $MESSAGE
|
echo $MESSAGE
|
||||||
|
@ -20,4 +20,5 @@ snes9x libretro-snes9x https://github.com/libretro/snes9x.git PROJECT YES GENERI
|
|||||||
snes9x_next libretro-snes9x_next https://github.com/libretro/snes9x-next.git PROJECT YES GENERIC Makefile.libretro .
|
snes9x_next libretro-snes9x_next https://github.com/libretro/snes9x-next.git PROJECT YES GENERIC Makefile.libretro .
|
||||||
tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git PROJECT YES GENERIC Makefile .
|
tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git PROJECT YES GENERIC Makefile .
|
||||||
vba_next libretro-vba_next https://github.com/libretro/vba-next.git PROJECT YES GENERIC Makefile.libretro .
|
vba_next libretro-vba_next https://github.com/libretro/vba-next.git PROJECT YES GENERIC Makefile.libretro .
|
||||||
|
mgba libretro-mgba https://github.com/libretro/mgba.git PROJECT YES GENERIC Makefile.libretro .
|
||||||
|
|
||||||
|
@ -6,5 +6,6 @@ CXX powerpc-eabi-g++
|
|||||||
AR powerpc-eabi-ar
|
AR powerpc-eabi-ar
|
||||||
DEVKITPRO /home/buildbot/tools/devkitpro
|
DEVKITPRO /home/buildbot/tools/devkitpro
|
||||||
DEVKITPPC /home/buildbot/tools/devkitpro/devkitPPC
|
DEVKITPPC /home/buildbot/tools/devkitpro/devkitPPC
|
||||||
|
DEVKITPPC_ROOT_DIR /home/buildbot/tools/devkitpro/devkitPPC
|
||||||
RA YES
|
RA YES
|
||||||
JOBS 4
|
JOBS 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user