mirror of
https://github.com/libretro/libretro-super
synced 2024-12-29 09:22:43 +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 .
|
||||
|
||||
#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
|
||||
MESSAGE="retroarch build successful [$jobid]"
|
||||
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 .
|
||||
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 .
|
||||
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
|
||||
DEVKITPRO /home/buildbot/tools/devkitpro
|
||||
DEVKITPPC /home/buildbot/tools/devkitpro/devkitPPC
|
||||
DEVKITPPC_ROOT_DIR /home/buildbot/tools/devkitpro/devkitPPC
|
||||
RA YES
|
||||
JOBS 4
|
||||
|
Loading…
Reference in New Issue
Block a user