diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index b3615810..2ef2766d 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -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 diff --git a/recipes/nintendo/wii b/recipes/nintendo/wii index 3f13938d..907c513d 100644 --- a/recipes/nintendo/wii +++ b/recipes/nintendo/wii @@ -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 . diff --git a/recipes/nintendo/wii.conf b/recipes/nintendo/wii.conf index 2aac94a8..60706f7b 100644 --- a/recipes/nintendo/wii.conf +++ b/recipes/nintendo/wii.conf @@ -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