mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-21 12:03:39 -05:00
build 3ds support stuff
This commit is contained in:
parent
ac53b3f62f
commit
e454bd0dd7
|
|
@ -47,6 +47,7 @@ WIILOAD_VER=0.5.1
|
|||
MMUTIL_VER=1.8.6
|
||||
DFU_UTIL_VER=0.7.1
|
||||
STLINK_VER=0.5.8
|
||||
TOOLS3DS_VER=1.0.0
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
function extract_and_patch {
|
||||
|
|
@ -198,7 +199,7 @@ if [ $VERSION -eq 1 ]; then
|
|||
libfat-src-${LIBFAT_VER}.tar.bz2"
|
||||
hostarchives="gbatools-$GBATOOLS_VER.tar.bz2 dstools-$DSTOOLS_VER.tar.bz2 grit-$GRIT_VER.tar.bz2 ndstool-$NDSTOOL_VER.tar.bz2
|
||||
general-tools-$GENERAL_TOOLS_VER.tar.bz2 dlditool-$DLDITOOL_VER.tar.bz2 mmutil-$MMUTIL_VER.tar.bz2
|
||||
dfu-util-$DFU_UTIL_VER.tar.bz2 stlink-$STLINK_VER.tar.bz2"
|
||||
dfu-util-$DFU_UTIL_VER.tar.bz2 stlink-$STLINK_VER.tar.bz2 3dstools-$TOOLS3DS_VER.tar.bz2"
|
||||
fi
|
||||
|
||||
if [ $VERSION -eq 2 ]; then
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ $MAKE CRT=gp32_gpsdk
|
|||
$MAKE CRT=ds_arm7
|
||||
$MAKE CRT=ds_arm9
|
||||
$MAKE CRT=ds_cart
|
||||
$MAKE CRT=3dsx
|
||||
|
||||
cd $BUILDDIR/libgba-$LIBGBA_VER
|
||||
$MAKE || { echo "error building libgba"; exit 1; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user