Merge pull request #10975 from fjtrujy/salamanderPS2

[PS2]Typo in the RetroArch boot
This commit is contained in:
Autechre 2020-07-06 10:24:57 +02:00 committed by GitHub
commit 83038ed4f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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