Skip to content

Commit 30cd948

Browse files
committed
remove devkitPSP
1 parent 945640b commit 30cd948

7 files changed

Lines changed: 0 additions & 18202 deletions

File tree

build-devkit.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#---------------------------------------------------------------------------------
33
# devkitARM release 46
44
# devkitPPC release 29
5-
# devkitPSP release 17
65
#---------------------------------------------------------------------------------
76

87
if [ 1 -eq 1 ] ; then
@@ -44,7 +43,6 @@ MMUTIL_VER=1.8.6
4443
DFU_UTIL_VER=0.9.1
4544
STLINK_VER=1.2.1
4645

47-
4846
GAMECUBE_TOOLS_VER=1.0.1
4947
LIBOGC_VER=1.8.16
5048
WIILOAD_VER=0.5.1
@@ -58,9 +56,6 @@ PICASSO_VER=2.5.0
5856
GP32_TOOLS_VER=1.0.1
5957
LIBMIRKO_VER=0.9.7
6058

61-
PSPSDK_VER=20120404
62-
63-
6459
#---------------------------------------------------------------------------------
6560
function extract_and_patch {
6661
#---------------------------------------------------------------------------------
@@ -215,11 +210,6 @@ if [ $VERSION -eq 2 ]; then
215210
archives="binutils-${MN_BINUTILS_VER}.tar.bz2 $archives"
216211
fi
217212

218-
if [ $VERSION -eq 3 ]; then
219-
220-
targetarchives="pspsdk-src-${PSPSDK_VER}.tar.bz2"
221-
222-
fi
223213

224214
if [ ! -z "$BUILD_DKPRO_SRCDIR" ] ; then
225215
SRCDIR="$BUILD_DKPRO_SRCDIR"

0 commit comments

Comments
 (0)