Skip to content

Commit 590464b

Browse files
committed
use latest libnds, enable scripts for release
1 parent c852d90 commit 590464b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-devkit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# devkitPPC release 29-1
55
#---------------------------------------------------------------------------------
66

7-
if [ 1 -eq 1 ] ; then
7+
if [ 0 -eq 1 ] ; then
88
echo "Currently in release cycle, proceed with caution, do not report problems, do not ask for support."
99
echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff."
1010
echo "http://sourceforge.net/projects/devkitpro/files/buildscripts/"
@@ -28,7 +28,7 @@ GENERAL_TOOLS_VER=1.0.0
2828
LIBGBA_VER=0.5.0
2929
GBATOOLS_VER=1.0.0
3030

31-
LIBNDS_VER=1.6.0
31+
LIBNDS_VER=1.6.1
3232
DEFAULT_ARM7_VER=0.7.0
3333
DSWIFI_VER=0.4.0
3434
MAXMOD_VER=1.0.10

0 commit comments

Comments
 (0)