updates for devkitPPC r32

This commit is contained in:
Dave Murphy
2018-07-03 09:37:08 +01:00
parent 0778d4209c
commit df5a8f947a
3 changed files with 8 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
#!/bin/bash
#---------------------------------------------------------------------------------
# devkitARM release 49
# devkitPPC release 31
# devkitPPC release 32
# devkitA64 release 10
#---------------------------------------------------------------------------------
if [ 1 -eq 1 ] ; then
if [ 0 -eq 1 ] ; then
echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff."
echo "https://github.com/devkitPro/buildscripts/releases/latest"
echo