Typo in the RetroArch boot
This commit is contained in:
parent
7c3f227cab
commit
af839ad726
|
@ -153,7 +153,7 @@ fi
|
||||||
if [ $SALAMANDER = "yes" ]; then
|
if [ $SALAMANDER = "yes" ]; then
|
||||||
make -C ../ -f Makefile.${platform}.salamander $OPTS || exit 1
|
make -C ../ -f Makefile.${platform}.salamander $OPTS || exit 1
|
||||||
if [ $PLATFORM = "ps2" ] ; then
|
if [ $PLATFORM = "ps2" ] ; then
|
||||||
mv -f ../raboot.elf ../pkg/${platform}/raboot.PBP
|
mv -f ../raboot.elf ../pkg/${platform}/raboot.elf
|
||||||
fi
|
fi
|
||||||
if [ $PLATFORM = "psp1" ] ; then
|
if [ $PLATFORM = "psp1" ] ; then
|
||||||
mv -f ../EBOOT.PBP ../pkg/${platform}/EBOOT.PBP
|
mv -f ../EBOOT.PBP ../pkg/${platform}/EBOOT.PBP
|
||||||
|
|
Loading…
Reference in New Issue